Shades of East Side #AD7DB7
Tints of East Side #AD7DB7
RGB
CMYK
RGB Variations
Color information
#AD7DB7 (or 0xAD7DB7) is known color: East Side. HEX triplet: AD, 7D and B7. RGB value is (173,125,183). Sum of RGB (Red+Green+Blue) = 173+125+183=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD7DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DB7 is #528248. Grayscale: #919191. Windows color (decimal): -5407305 or 12025261. OLE color: 12025261.
HSL color Cylindrical-coordinate representation of color #AD7DB7: hue angle of 289.66º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7DB7 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 125 | 183 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.28 |
| HSL | 289.66º | 0.29% | 0.6% | - |
| HSV(B) | 289.66º | 0.32% | 0.72% | - |
| XYZ | 33.11 | 26.97 | 48.26 | - |
| YUV | 145.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 183 | 0.05 | 0.32 | 0 | 0.28 | 289.66 | 0.29 | 0.6 |
| Hex | AD | 7D | B7 | 5 | 20 | 0 | 1C | 122 | 1D | 3C |
| Octal | 255 | 175 | 267 | 5 | 40 | 0 | 34 | 442 | 35 | 74 |
| Binary | 10101101 | 1111101 | 10110111 | 101 | 100000 | 0 | 11100 | 100100010 | 11101 | 111100 |
Color Harmonies of #AD7DB7
Complementary color
Monochromatic Colors of #AD7DB7
Black with #AD7DB7
Text Example
Text Example
White with #AD7DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DB7; }
p { color: rgb(173,125,183); }
H1.HeaderClassName
{
color: #AD7DB7;
}
.AnyTagClassName
{
color: #AD7DB7;
}
</style>
background-color css
<style>
a { background-color: #AD7DB7; }
a { background-color: rgb(173,125,183); }
div.DivClassName
{
background-color: #AD7DB7;
}
.BgClassName
{
background-color: #AD7DB7;
}
</style>
border-color css
<style>
span { border-color: #AD7DB7; }
span { border-color: rgb(173,125,183); }
td.TdClassName
{
border-color: #AD7DB7;
}
.TagClassName
{
border-color: #AD7DB7;
}
</style>