Shades of East Side #AD76CB
Tints of East Side #AD76CB
RGB
CMYK
RGB Variations
Color information
#AD76CB (or 0xAD76CB) is known color: East Side. HEX triplet: AD, 76 and CB. RGB value is (173,118,203). Sum of RGB (Red+Green+Blue) = 173+118+203=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD76CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76CB is #528934. Grayscale: #8F8F8F. Windows color (decimal): -5409077 or 13334189. OLE color: 13334189.
HSL color Cylindrical-coordinate representation of color #AD76CB: hue angle of 278.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD76CB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 118 | 203 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.20 |
| HSL | 278.82º | 0.45% | 0.63% | - |
| HSV(B) | 278.82º | 0.42% | 0.8% | - |
| XYZ | 34.49 | 26.15 | 59.73 | - |
| YUV | 144.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 203 | 0.15 | 0.42 | 0 | 0.20 | 278.82 | 0.45 | 0.63 |
| Hex | AD | 76 | CB | F | 2A | 0 | 14 | 117 | 2D | 3F |
| Octal | 255 | 166 | 313 | 17 | 52 | 0 | 24 | 427 | 55 | 77 |
| Binary | 10101101 | 1110110 | 11001011 | 1111 | 101010 | 0 | 10100 | 100010111 | 101101 | 111111 |
Color Harmonies of #AD76CB
Complementary color
Monochromatic Colors of #AD76CB
Black with #AD76CB
Text Example
Text Example
White with #AD76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76CB; }
p { color: rgb(173,118,203); }
H1.HeaderClassName
{
color: #AD76CB;
}
.AnyTagClassName
{
color: #AD76CB;
}
</style>
background-color css
<style>
a { background-color: #AD76CB; }
a { background-color: rgb(173,118,203); }
div.DivClassName
{
background-color: #AD76CB;
}
.BgClassName
{
background-color: #AD76CB;
}
</style>
border-color css
<style>
span { border-color: #AD76CB; }
span { border-color: rgb(173,118,203); }
td.TdClassName
{
border-color: #AD76CB;
}
.TagClassName
{
border-color: #AD76CB;
}
</style>