Shades of East Side #AD81C1
Tints of East Side #AD81C1
RGB
CMYK
RGB Variations
Color information
#AD81C1 (or 0xAD81C1) is known color: East Side. HEX triplet: AD, 81 and C1. RGB value is (173,129,193). Sum of RGB (Red+Green+Blue) = 173+129+193=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD81C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81C1 is #527E3E. Grayscale: #959595. Windows color (decimal): -5406271 or 12681645. OLE color: 12681645.
HSL color Cylindrical-coordinate representation of color #AD81C1: hue angle of 281.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD81C1 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 129 | 193 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.24 |
| HSL | 281.25º | 0.34% | 0.63% | - |
| HSV(B) | 281.25º | 0.33% | 0.76% | - |
| XYZ | 34.71 | 28.44 | 54.11 | - |
| YUV | 149.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 193 | 0.10 | 0.33 | 0 | 0.24 | 281.25 | 0.34 | 0.63 |
| Hex | AD | 81 | C1 | A | 21 | 0 | 18 | 119 | 22 | 3F |
| Octal | 255 | 201 | 301 | 12 | 41 | 0 | 30 | 431 | 42 | 77 |
| Binary | 10101101 | 10000001 | 11000001 | 1010 | 100001 | 0 | 11000 | 100011001 | 100010 | 111111 |
Color Harmonies of #AD81C1
Complementary color
Monochromatic Colors of #AD81C1
Black with #AD81C1
Text Example
Text Example
White with #AD81C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81C1; }
p { color: rgb(173,129,193); }
H1.HeaderClassName
{
color: #AD81C1;
}
.AnyTagClassName
{
color: #AD81C1;
}
</style>
background-color css
<style>
a { background-color: #AD81C1; }
a { background-color: rgb(173,129,193); }
div.DivClassName
{
background-color: #AD81C1;
}
.BgClassName
{
background-color: #AD81C1;
}
</style>
border-color css
<style>
span { border-color: #AD81C1; }
span { border-color: rgb(173,129,193); }
td.TdClassName
{
border-color: #AD81C1;
}
.TagClassName
{
border-color: #AD81C1;
}
</style>