#AD85D0

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

Shades of East Side #AD85D0

Tints of East Side #AD85D0

Color information

#AD85D0 (or 0xAD85D0) is unknown color: approx East Side. HEX triplet: AD, 85 and D0. RGB value is (173,133,208). Sum of RGB (Red+Green+Blue) = 173+133+208=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD85D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85D0 is #527A2F. Grayscale: #999999. Windows color (decimal): -5405232 or 13665709. OLE color: 13665709.

HSL color Cylindrical-coordinate representation of color #AD85D0: hue angle of 272º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD85D0 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173133208-
CMYK0.170.3600.18
HSL272º44.38%66.86%-
HSV(B)272º36.06%81.57%-
XYZ37.0130.2163.56-
YUV153.51158.75141.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=33.66%
G=25.88%
B=40.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731332080.170.3600.1827244.3866.86
HexAD85D011240121102c43
Octal255205320214402242054103
Binary101011011000010111010000100011001000100101000100001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85D0; }

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

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

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

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

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

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

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

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