#AD86B7

Color #AD86B7 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD86B7

Tints of East Side #AD86B7

Color information

#AD86B7 (or 0xAD86B7) is unknown color: approx East Side. HEX triplet: AD, 86 and B7. RGB value is (173,134,183). Sum of RGB (Red+Green+Blue) = 173+134+183=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD86B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86B7 is #527948. Grayscale: #979797. Windows color (decimal): -5405001 or 12027565. OLE color: 12027565.

HSL color Cylindrical-coordinate representation of color #AD86B7: hue angle of 287.76º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD86B7 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB173134183-
CMYK0.050.2700.28
HSL287.76º25.39%62.16%-
HSV(B)287.76º26.78%71.76%-
XYZ34.3129.3548.66-
YUV151.25145.92143.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 183 (71.88% from 255) = 37.35%
R=35.31%
G=27.35%
B=37.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731341830.050.2700.28287.7625.3962.16
HexAD86B751B01C120193e
Octal2552062675330344403176
Binary1010110110000110101101111011101101110010010000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86B7; }

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

 H1.HeaderClassName
 {
   color: #AD86B7;
 }
 .AnyTagClassName
 {
   color: #AD86B7;
 }
</style>
background-color css

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

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

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

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

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

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