Shades of East Side #AD7DB8
Tints of East Side #AD7DB8
RGB
CMYK
RGB Variations
Color information
#AD7DB8 (or 0xAD7DB8) is known color: East Side. HEX triplet: AD, 7D and B8. RGB value is (173,125,184). Sum of RGB (Red+Green+Blue) = 173+125+184=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD7DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DB8 is #528247. Grayscale: #919191. Windows color (decimal): -5407304 or 12090797. OLE color: 12090797.
HSL color Cylindrical-coordinate representation of color #AD7DB8: hue angle of 288.81º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7DB8 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 125 | 184 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.28 |
| HSL | 288.81º | 0.29% | 0.61% | - |
| HSV(B) | 288.81º | 0.32% | 0.72% | - |
| XYZ | 33.22 | 27.01 | 48.81 | - |
| YUV | 146.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 184 | 0.06 | 0.32 | 0 | 0.28 | 288.81 | 0.29 | 0.61 |
| Hex | AD | 7D | B8 | 6 | 20 | 0 | 1C | 121 | 1D | 3D |
| Octal | 255 | 175 | 270 | 6 | 40 | 0 | 34 | 441 | 35 | 75 |
| Binary | 10101101 | 1111101 | 10111000 | 110 | 100000 | 0 | 11100 | 100100001 | 11101 | 111101 |
Color Harmonies of #AD7DB8
Complementary color
Monochromatic Colors of #AD7DB8
Black with #AD7DB8
Text Example
Text Example
White with #AD7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DB8; }
p { color: rgb(173,125,184); }
H1.HeaderClassName
{
color: #AD7DB8;
}
.AnyTagClassName
{
color: #AD7DB8;
}
</style>
background-color css
<style>
a { background-color: #AD7DB8; }
a { background-color: rgb(173,125,184); }
div.DivClassName
{
background-color: #AD7DB8;
}
.BgClassName
{
background-color: #AD7DB8;
}
</style>
border-color css
<style>
span { border-color: #AD7DB8; }
span { border-color: rgb(173,125,184); }
td.TdClassName
{
border-color: #AD7DB8;
}
.TagClassName
{
border-color: #AD7DB8;
}
</style>