Html Css Color HEX #AD86B9 East Side

📋 copy color: '#AD86B9'

red 173 ◦ green 134 ◦ blue 185

#AD86B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AD86B9

Tints of East Side #AD86B9

RGB

 RED value IS 173 (67.97% from 255) = 35.16%

 GREEN value IS 134 (52.73% from 255) = 27.24%

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 35.16%
G = 27.24%
B = 37.6%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD86B9 (or 0xAD86B9) is known color: East Side. HEX triplet: AD, 86 and B9. RGB value is (173,134,185). Sum of RGB (Red+Green+Blue) = 173+134+185=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD86B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86B9 is #527946. Grayscale: #979797. Windows color (decimal): -5404999 or 12158637. OLE color: 12158637.

HSL color Cylindrical-coordinate representation of color #AD86B9: hue angle of 285.88º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD86B9 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 134 185 -
CMYK 0.06 0.28 0 0.27
HSL 285.88º 0.27% 0.63% -
HSV(B) 285.88º 0.28% 0.73% -
XYZ 34.52 29.44 49.76 -
YUV 151.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 173 134 185 0.06 0.28 0 0.27 285.88 0.27 0.63
Hex AD 86 B9 6 1C 0 1B 11E 1B 3F
Octal 255 206 271 6 34 0 33 436 33 77
Binary 10101101 10000110 10111001 110 11100 0 11011 100011110 11011 111111

Color Harmonies of #AD86B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86B9

Black with #AD86B9

Text Example


Text Example

White with #AD86B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86B9; }

 p { color: rgb(173,134,185); }

 H1.HeaderClassName
 {
   color: #AD86B9;
 }
 .AnyTagClassName
 {
   color: #AD86B9;
 }
</style>

background-color css

<style>
 a { background-color: #AD86B9; }

 a { background-color: rgb(173,134,185); }

 div.DivClassName
 {
   background-color: #AD86B9;
 }
 .BgClassName
 {
   background-color: #AD86B9;
 }
</style>

border-color css

<style>
 span { border-color: #AD86B9; }

 span { border-color: rgb(173,134,185); }

 td.TdClassName
 {
   border-color: #AD86B9;
 }
 .TagClassName
 {
   border-color: #AD86B9;
 }
</style>