Shades of East Side #AD81BE
Tints of East Side #AD81BE
RGB
CMYK
RGB Variations
Color information
#AD81BE (or 0xAD81BE) is known color: East Side. HEX triplet: AD, 81 and BE. RGB value is (173,129,190). Sum of RGB (Red+Green+Blue) = 173+129+190=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81BE is #527E41. Grayscale: #949494. Windows color (decimal): -5406274 or 12485037. OLE color: 12485037.
HSL color Cylindrical-coordinate representation of color #AD81BE: hue angle of 283.28º degrees, saturation: 0.32, 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 #AD81BE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 129 | 190 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.25 |
| HSL | 283.28º | 0.32% | 0.63% | - |
| HSV(B) | 283.28º | 0.32% | 0.75% | - |
| XYZ | 34.38 | 28.3 | 52.37 | - |
| YUV | 149.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 190 | 0.09 | 0.32 | 0 | 0.25 | 283.28 | 0.32 | 0.63 |
| Hex | AD | 81 | BE | 9 | 20 | 0 | 19 | 11B | 20 | 3F |
| Octal | 255 | 201 | 276 | 11 | 40 | 0 | 31 | 433 | 40 | 77 |
| Binary | 10101101 | 10000001 | 10111110 | 1001 | 100000 | 0 | 11001 | 100011011 | 100000 | 111111 |
Color Harmonies of #AD81BE
Complementary color
Monochromatic Colors of #AD81BE
Black with #AD81BE
Text Example
Text Example
White with #AD81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81BE; }
p { color: rgb(173,129,190); }
H1.HeaderClassName
{
color: #AD81BE;
}
.AnyTagClassName
{
color: #AD81BE;
}
</style>
background-color css
<style>
a { background-color: #AD81BE; }
a { background-color: rgb(173,129,190); }
div.DivClassName
{
background-color: #AD81BE;
}
.BgClassName
{
background-color: #AD81BE;
}
</style>
border-color css
<style>
span { border-color: #AD81BE; }
span { border-color: rgb(173,129,190); }
td.TdClassName
{
border-color: #AD81BE;
}
.TagClassName
{
border-color: #AD81BE;
}
</style>