Shades of East Side #AD7BD0
Tints of East Side #AD7BD0
RGB
CMYK
RGB Variations
Color information
#AD7BD0 (or 0xAD7BD0) is known color: East Side. HEX triplet: AD, 7B and D0. RGB value is (173,123,208). Sum of RGB (Red+Green+Blue) = 173+123+208=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD7BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7BD0 is #52842F. Grayscale: #939393. Windows color (decimal): -5407792 or 13663149. OLE color: 13663149.
HSL color Cylindrical-coordinate representation of color #AD7BD0: hue angle of 275.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD7BD0 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 123 | 208 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.18 |
| HSL | 275.29º | 0.47% | 0.65% | - |
| HSV(B) | 275.29º | 0.41% | 0.82% | - |
| XYZ | 35.7 | 27.6 | 63.12 | - |
| YUV | 147.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 208 | 0.17 | 0.41 | 0 | 0.18 | 275.29 | 0.47 | 0.65 |
| Hex | AD | 7B | D0 | 11 | 29 | 0 | 12 | 113 | 2F | 41 |
| Octal | 255 | 173 | 320 | 21 | 51 | 0 | 22 | 423 | 57 | 101 |
| Binary | 10101101 | 1111011 | 11010000 | 10001 | 101001 | 0 | 10010 | 100010011 | 101111 | 1000001 |
Color Harmonies of #AD7BD0
Complementary color
Monochromatic Colors of #AD7BD0
Black with #AD7BD0
Text Example
Text Example
White with #AD7BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BD0; }
p { color: rgb(173,123,208); }
H1.HeaderClassName
{
color: #AD7BD0;
}
.AnyTagClassName
{
color: #AD7BD0;
}
</style>
background-color css
<style>
a { background-color: #AD7BD0; }
a { background-color: rgb(173,123,208); }
div.DivClassName
{
background-color: #AD7BD0;
}
.BgClassName
{
background-color: #AD7BD0;
}
</style>
border-color css
<style>
span { border-color: #AD7BD0; }
span { border-color: rgb(173,123,208); }
td.TdClassName
{
border-color: #AD7BD0;
}
.TagClassName
{
border-color: #AD7BD0;
}
</style>