#AD81C0

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

Shades of East Side #AD81C0

Tints of East Side #AD81C0

Color information

#AD81C0 (or 0xAD81C0) is unknown color: approx East Side. HEX triplet: AD, 81 and C0. RGB value is (173,129,192). Sum of RGB (Red+Green+Blue) = 173+129+192=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD81C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81C0 is #527E3F. Grayscale: #959595. Windows color (decimal): -5406272 or 12616109. OLE color: 12616109.

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

Color convert

RGB173129192-
CMYK0.100.3300.25
HSL281.9º33.33%62.94%-
HSV(B)281.9º32.81%75.29%-
XYZ34.628.3953.53-
YUV149.34152.08144.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=35.02%
G=26.11%
B=38.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731291920.100.3300.25281.933.3362.94
HexAD81C0A2101911a213f
Octal25520130012410314324177
Binary1010110110000001110000001010100001011001100011010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81C0; }

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

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

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

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

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

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

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

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