#AD81BF

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

Shades of East Side #AD81BF

Tints of East Side #AD81BF

Color information

#AD81BF (or 0xAD81BF) is unknown color: approx East Side. HEX triplet: AD, 81 and BF. RGB value is (173,129,191). Sum of RGB (Red+Green+Blue) = 173+129+191=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD81BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81BF is #527E40. Grayscale: #959595. Windows color (decimal): -5406273 or 12550573. OLE color: 12550573.

HSL color Cylindrical-coordinate representation of color #AD81BF: hue angle of 282.58º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD81BF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173129191-
CMYK0.090.3200.25
HSL282.58º32.63%62.75%-
HSV(B)282.58º32.46%74.9%-
XYZ34.4928.3552.94-
YUV149.22151.58144.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 191 (75% from 255) = 38.74%
R=35.09%
G=26.17%
B=38.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731291910.090.3200.25282.5832.6362.75
HexAD81BF92001911b213f
Octal25520127711400314334177
Binary1010110110000001101111111001100000011001100011011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81BF; }

 p { color: rgb(173,129,191); }

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

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

 a { background-color: rgb(173,129,191); }

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

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

 span { border-color: rgb(173,129,191); }

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