#AD85B7

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

Shades of East Side #AD85B7

Tints of East Side #AD85B7

Color information

#AD85B7 (or 0xAD85B7) is unknown color: approx East Side. HEX triplet: AD, 85 and B7. RGB value is (173,133,183). Sum of RGB (Red+Green+Blue) = 173+133+183=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD85B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85B7 is #527A48. Grayscale: #969696. Windows color (decimal): -5405257 or 12027309. OLE color: 12027309.

HSL color Cylindrical-coordinate representation of color #AD85B7: hue angle of 288º degrees, saturation: 0.26, 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 #AD85B7 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB173133183-
CMYK0.050.2700.28
HSL288º25.77%61.96%-
HSV(B)288º27.32%71.76%-
XYZ34.1729.0848.61-
YUV150.66146.25143.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=35.38%
G=27.20%
B=37.42%

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
Decimal1731331830.050.2700.2828825.7761.96
HexAD85B751B01C1201a3e
Octal2552052675330344403276
Binary1010110110000101101101111011101101110010010000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85B7; }

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

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

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

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

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

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

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

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