Shades of East Side #AD76C1
Tints of East Side #AD76C1
RGB
CMYK
RGB Variations
Color information
#AD76C1 (or 0xAD76C1) is known color: East Side. HEX triplet: AD, 76 and C1. RGB value is (173,118,193). Sum of RGB (Red+Green+Blue) = 173+118+193=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76C1 is #52893E. Grayscale: #8E8E8E. Windows color (decimal): -5409087 or 12678829. OLE color: 12678829.
HSL color Cylindrical-coordinate representation of color #AD76C1: hue angle of 284º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD76C1 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 118 | 193 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.24 |
| HSL | 284º | 0.38% | 0.61% | - |
| HSV(B) | 284º | 0.39% | 0.76% | - |
| XYZ | 33.34 | 25.69 | 53.65 | - |
| YUV | 143 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 193 | 0.10 | 0.39 | 0 | 0.24 | 284 | 0.38 | 0.61 |
| Hex | AD | 76 | C1 | A | 27 | 0 | 18 | 11C | 26 | 3D |
| Octal | 255 | 166 | 301 | 12 | 47 | 0 | 30 | 434 | 46 | 75 |
| Binary | 10101101 | 1110110 | 11000001 | 1010 | 100111 | 0 | 11000 | 100011100 | 100110 | 111101 |
Color Harmonies of #AD76C1
Complementary color
Monochromatic Colors of #AD76C1
Black with #AD76C1
Text Example
Text Example
White with #AD76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76C1; }
p { color: rgb(173,118,193); }
H1.HeaderClassName
{
color: #AD76C1;
}
.AnyTagClassName
{
color: #AD76C1;
}
</style>
background-color css
<style>
a { background-color: #AD76C1; }
a { background-color: rgb(173,118,193); }
div.DivClassName
{
background-color: #AD76C1;
}
.BgClassName
{
background-color: #AD76C1;
}
</style>
border-color css
<style>
span { border-color: #AD76C1; }
span { border-color: rgb(173,118,193); }
td.TdClassName
{
border-color: #AD76C1;
}
.TagClassName
{
border-color: #AD76C1;
}
</style>