Shades of East Side #AD72B8
Tints of East Side #AD72B8
RGB
CMYK
RGB Variations
Color information
#AD72B8 (or 0xAD72B8) is known color: East Side. HEX triplet: AD, 72 and B8. RGB value is (173,114,184). Sum of RGB (Red+Green+Blue) = 173+114+184=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD72B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72B8 is #528D47. Grayscale: #8B8B8B. Windows color (decimal): -5410120 or 12087981. OLE color: 12087981.
HSL color Cylindrical-coordinate representation of color #AD72B8: hue angle of 290.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD72B8 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 114 | 184 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.28 |
| HSL | 290.57º | 0.33% | 0.58% | - |
| HSV(B) | 290.57º | 0.38% | 0.72% | - |
| XYZ | 31.9 | 24.38 | 48.37 | - |
| YUV | 139.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 184 | 0.06 | 0.38 | 0 | 0.28 | 290.57 | 0.33 | 0.58 |
| Hex | AD | 72 | B8 | 6 | 26 | 0 | 1C | 123 | 21 | 3A |
| Octal | 255 | 162 | 270 | 6 | 46 | 0 | 34 | 443 | 41 | 72 |
| Binary | 10101101 | 1110010 | 10111000 | 110 | 100110 | 0 | 11100 | 100100011 | 100001 | 111010 |
Color Harmonies of #AD72B8
Complementary color
Monochromatic Colors of #AD72B8
Black with #AD72B8
Text Example
Text Example
White with #AD72B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72B8; }
p { color: rgb(173,114,184); }
H1.HeaderClassName
{
color: #AD72B8;
}
.AnyTagClassName
{
color: #AD72B8;
}
</style>
background-color css
<style>
a { background-color: #AD72B8; }
a { background-color: rgb(173,114,184); }
div.DivClassName
{
background-color: #AD72B8;
}
.BgClassName
{
background-color: #AD72B8;
}
</style>
border-color css
<style>
span { border-color: #AD72B8; }
span { border-color: rgb(173,114,184); }
td.TdClassName
{
border-color: #AD72B8;
}
.TagClassName
{
border-color: #AD72B8;
}
</style>