#AD81BA

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

Shades of East Side #AD81BA

Tints of East Side #AD81BA

Color information

#AD81BA (or 0xAD81BA) is unknown color: approx East Side. HEX triplet: AD, 81 and BA. RGB value is (173,129,186). Sum of RGB (Red+Green+Blue) = 173+129+186=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81BA is #527E45. Grayscale: #949494. Windows color (decimal): -5406278 or 12222893. OLE color: 12222893.

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

Color convert

RGB173129186-
CMYK0.070.3100.27
HSL286.32º29.23%61.76%-
HSV(B)286.32º30.65%72.94%-
XYZ33.9528.1350.09-
YUV148.65149.08145.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=35.45%
G=26.43%
B=38.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731291860.070.3100.27286.3229.2361.76
HexAD81BA71F01B11e1d3e
Octal2552012727370334363576
Binary1010110110000001101110101111111101101110001111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81BA; }

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

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

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

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

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

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

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

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