Shades of East Side #AD76B4
Tints of East Side #AD76B4
RGB
CMYK
RGB Variations
Color information
#AD76B4 (or 0xAD76B4) is known color: East Side. HEX triplet: AD, 76 and B4. RGB value is (173,118,180). Sum of RGB (Red+Green+Blue) = 173+118+180=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD76B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76B4 is #52894B. Grayscale: #8D8D8D. Windows color (decimal): -5409100 or 11826861. OLE color: 11826861.
HSL color Cylindrical-coordinate representation of color #AD76B4: hue angle of 293.23º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD76B4 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 118 | 180 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.29 |
| HSL | 293.23º | 0.29% | 0.58% | - |
| HSV(B) | 293.23º | 0.34% | 0.71% | - |
| XYZ | 31.95 | 25.14 | 46.35 | - |
| YUV | 141.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 180 | 0.04 | 0.34 | 0 | 0.29 | 293.23 | 0.29 | 0.58 |
| Hex | AD | 76 | B4 | 4 | 22 | 0 | 1D | 125 | 1D | 3A |
| Octal | 255 | 166 | 264 | 4 | 42 | 0 | 35 | 445 | 35 | 72 |
| Binary | 10101101 | 1110110 | 10110100 | 100 | 100010 | 0 | 11101 | 100100101 | 11101 | 111010 |
Color Harmonies of #AD76B4
Complementary color
Monochromatic Colors of #AD76B4
Black with #AD76B4
Text Example
Text Example
White with #AD76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76B4; }
p { color: rgb(173,118,180); }
H1.HeaderClassName
{
color: #AD76B4;
}
.AnyTagClassName
{
color: #AD76B4;
}
</style>
background-color css
<style>
a { background-color: #AD76B4; }
a { background-color: rgb(173,118,180); }
div.DivClassName
{
background-color: #AD76B4;
}
.BgClassName
{
background-color: #AD76B4;
}
</style>
border-color css
<style>
span { border-color: #AD76B4; }
span { border-color: rgb(173,118,180); }
td.TdClassName
{
border-color: #AD76B4;
}
.TagClassName
{
border-color: #AD76B4;
}
</style>