Shades of East Side #AD81CF
Tints of East Side #AD81CF
RGB
CMYK
RGB Variations
Color information
#AD81CF (or 0xAD81CF) is known color: East Side. HEX triplet: AD, 81 and CF. RGB value is (173,129,207). Sum of RGB (Red+Green+Blue) = 173+129+207=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD81CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81CF is #527E30. Grayscale: #969696. Windows color (decimal): -5406257 or 13599149. OLE color: 13599149.
HSL color Cylindrical-coordinate representation of color #AD81CF: hue angle of 273.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD81CF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 129 | 207 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.19 |
| HSL | 273.85º | 0.45% | 0.66% | - |
| HSV(B) | 273.85º | 0.38% | 0.81% | - |
| XYZ | 36.35 | 29.09 | 62.73 | - |
| YUV | 151.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 207 | 0.16 | 0.38 | 0 | 0.19 | 273.85 | 0.45 | 0.66 |
| Hex | AD | 81 | CF | 10 | 26 | 0 | 13 | 112 | 2D | 42 |
| Octal | 255 | 201 | 317 | 20 | 46 | 0 | 23 | 422 | 55 | 102 |
| Binary | 10101101 | 10000001 | 11001111 | 10000 | 100110 | 0 | 10011 | 100010010 | 101101 | 1000010 |
Color Harmonies of #AD81CF
Complementary color
Monochromatic Colors of #AD81CF
Black with #AD81CF
Text Example
Text Example
White with #AD81CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81CF; }
p { color: rgb(173,129,207); }
H1.HeaderClassName
{
color: #AD81CF;
}
.AnyTagClassName
{
color: #AD81CF;
}
</style>
background-color css
<style>
a { background-color: #AD81CF; }
a { background-color: rgb(173,129,207); }
div.DivClassName
{
background-color: #AD81CF;
}
.BgClassName
{
background-color: #AD81CF;
}
</style>
border-color css
<style>
span { border-color: #AD81CF; }
span { border-color: rgb(173,129,207); }
td.TdClassName
{
border-color: #AD81CF;
}
.TagClassName
{
border-color: #AD81CF;
}
</style>