#AD85CB

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

Shades of East Side #AD85CB

Tints of East Side #AD85CB

Color information

#AD85CB (or 0xAD85CB) is unknown color: approx East Side. HEX triplet: AD, 85 and CB. RGB value is (173,133,203). Sum of RGB (Red+Green+Blue) = 173+133+203=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85CB is #527A34. Grayscale: #989898. Windows color (decimal): -5405237 or 13338029. OLE color: 13338029.

HSL color Cylindrical-coordinate representation of color #AD85CB: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD85CB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173133203-
CMYK0.150.3400.20
HSL274.29º40.23%65.88%-
HSV(B)274.29º34.48%79.61%-
XYZ36.429.9760.37-
YUV152.94156.25142.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=33.99%
G=26.13%
B=39.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731332030.150.3400.20274.2940.2365.88
HexAD85CBF220141122842
Octal255205313174202442250102
Binary10101101100001011100101111111000100101001000100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85CB; }

 p { color: rgb(173,133,203); }

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

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

 a { background-color: rgb(173,133,203); }

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

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

 span { border-color: rgb(173,133,203); }

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