#AD85BA

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

Shades of East Side #AD85BA

Tints of East Side #AD85BA

Color information

#AD85BA (or 0xAD85BA) is unknown color: approx East Side. HEX triplet: AD, 85 and BA. RGB value is (173,133,186). Sum of RGB (Red+Green+Blue) = 173+133+186=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85BA is #527A45. Grayscale: #969696. Windows color (decimal): -5405254 or 12223917. OLE color: 12223917.

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

Color convert

RGB173133186-
CMYK0.070.2800.27
HSL285.28º27.75%62.55%-
HSV(B)285.28º28.49%72.94%-
XYZ34.4829.250.27-
YUV151147.75143.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=35.16%
G=27.03%
B=37.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731331860.070.2800.27285.2827.7562.55
HexAD85BA71C01B11d1c3f
Octal2552052727340334353477
Binary1010110110000101101110101111110001101110001110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD85BA; }

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

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

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

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

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

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

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

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