#AD85B9

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

Shades of East Side #AD85B9

Tints of East Side #AD85B9

Color information

#AD85B9 (or 0xAD85B9) is unknown color: approx East Side. HEX triplet: AD, 85 and B9. RGB value is (173,133,185). Sum of RGB (Red+Green+Blue) = 173+133+185=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD85B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85B9 is #527A46. Grayscale: #969696. Windows color (decimal): -5405255 or 12158381. OLE color: 12158381.

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

Color convert

RGB173133185-
CMYK0.060.2800.27
HSL286.15º27.08%62.35%-
HSV(B)286.15º28.11%72.55%-
XYZ34.3829.1649.72-
YUV150.89147.25143.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=35.23%
G=27.09%
B=37.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731331850.060.2800.27286.1527.0862.35
HexAD85B961C01B11e1b3e
Octal2552052716340334363376
Binary1010110110000101101110011101110001101110001111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85B9; }

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

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

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

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

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

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

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

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