COLOR #AF82BD

HEX: #AF82BD
RGB: (175,130,189)

Color info

#AF82BD contains red, green and blue colors in about the same proportion. Web safe color of #AF82BD is #9999CC (or #99C).

RGB color model

#AF82BD color RGB value is (175,130,189).

  • red value is 175;
  • green value is 130;
  • blue value is 189.
RGB:
(175,130,189)
(69%,51%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 130 of 255 = 51%
B 189 of 255 = 74%

175
130
189

R + G + B ~ 65%. #AF82BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 130 + 189 = 494 (100%)
R 175 of 494 ~ 35.43%
G 130 of 494 ~ 26.32%
B 189 of 494 ~ 38.26%

%35.43
%26.32
%38.26

CMYK color model

#AF82BD color CMYK value is (7,31,0,26).

  • cyan value is 7.41%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,31,0,26)
C7M31Y0K26 
(7%,31%,0%,26%)
(0.07/0.31/0.00/0.26)	

CMYK percentages

%7.41
%31.22
%0
%25.88

Codes

Color #AF82BD in popluar color models

AF82BD
RGB175130189
HSL286°30.89%62.55%
HSB/HSV286°31.22%74.12%
CMYK7.41%31.22%0.00%
25.88%

Color #AF82BD in popluar number systems.

HEXAF82BD
Decimal175130189
Binary101011111000001010111101
Octal257202275

Shades and tints

Shades of #AF82BD

#AF82BD
(175,130,189)
#A077AC
(160,119,172)
#916C9B
(145,108,155)
#82618A
(130,97,138)
#735679
(115,86,121)
#644B68
(100,75,104)
#554057
(85,64,87)
#463546
(70,53,70)
#372A35
(55,42,53)
#281F24
(40,31,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AF82BD

#AF82BD
(175,130,189)
#B68DC3
(182,141,195)
#BD98C9
(189,152,201)
#C4A3CF
(196,163,207)
#CBAED5
(203,174,213)
#D2B9DB
(210,185,219)
#D9C4E1
(217,196,225)
#E0CFE7
(224,207,231)
#E7DAED
(231,218,237)
#EEE5F3
(238,229,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF82BD color. Also use rgb(175,130,189) instead hex code.

Text Font Color

.myTextColor { color: #AF82BD; }

<p style="color:#AF82BD">This sample text font color is #AF82BD.</p>

This text font color is #AF82BD.


Background Color

.myBgColor { background-color: #AF82BD; }

<div style="background-color:#AF82BD">Inner text</div>

This div background color is #AF82BD.


Border color

.myBorderColor { border: 1px solid #AF82BD; }

<div style="border:3px solid #AF82BD">Div</div>

This div border color is #AF82BD.


Opacity

.myOpacity80 { color: #AF82BD; opacity: 0.8; }

<p style="color:#AF82BD;opacity:0.8;">80%</p>

Text with #AF82BD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF82BD;}

<p style="text-shadow: 3px 3px 1px #AF82BD">Text here.</p>

This text has shadow with #AF82BD color.

.textShadow {text-shadow: 3px 3px 1px #AF82BD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF82BD, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF82BD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF82BD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF82BD, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF82BD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AF82BD;
  -webkit-box-shadow:	1px 1px 3px 2px #AF82BD;
  box-shadow:		1px 1px 3px 2px #AF82BD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF82BD;
-webkit-box-shadow: 1px 1px 3px 2px #AF82BD;
box-shadow:1px 1px 3px 2px #AF82BD;">
Div content here</div>
This div box has shadow with color #AF82BD.

Preview

Color preview on black background

This text has color #AF82BD on black background.


Color preview on white background

This text has color #AF82BD on white background.



Black color preview on #AF82BD background

This text has black color on #AF82BD background.


White color preview on #AF82BD background

This text has white color on #AF82BD background.