Shades of East Side #AD7AD0
Tints of East Side #AD7AD0
RGB
CMYK
RGB Variations
Color information
#AD7AD0 (or 0xAD7AD0) is known color: East Side. HEX triplet: AD, 7A and D0. RGB value is (173,122,208). Sum of RGB (Red+Green+Blue) = 173+122+208=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD7AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AD0 is #52852F. Grayscale: #929292. Windows color (decimal): -5408048 or 13662893. OLE color: 13662893.
HSL color Cylindrical-coordinate representation of color #AD7AD0: hue angle of 275.58º degrees, saturation: 0.48, 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 #AD7AD0 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 122 | 208 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.18 |
| HSL | 275.58º | 0.48% | 0.65% | - |
| HSV(B) | 275.58º | 0.41% | 0.82% | - |
| XYZ | 35.58 | 27.36 | 63.08 | - |
| YUV | 147.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 208 | 0.17 | 0.41 | 0 | 0.18 | 275.58 | 0.48 | 0.65 |
| Hex | AD | 7A | D0 | 11 | 29 | 0 | 12 | 114 | 30 | 41 |
| Octal | 255 | 172 | 320 | 21 | 51 | 0 | 22 | 424 | 60 | 101 |
| Binary | 10101101 | 1111010 | 11010000 | 10001 | 101001 | 0 | 10010 | 100010100 | 110000 | 1000001 |
Color Harmonies of #AD7AD0
Complementary color
Monochromatic Colors of #AD7AD0
Black with #AD7AD0
Text Example
Text Example
White with #AD7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AD0; }
p { color: rgb(173,122,208); }
H1.HeaderClassName
{
color: #AD7AD0;
}
.AnyTagClassName
{
color: #AD7AD0;
}
</style>
background-color css
<style>
a { background-color: #AD7AD0; }
a { background-color: rgb(173,122,208); }
div.DivClassName
{
background-color: #AD7AD0;
}
.BgClassName
{
background-color: #AD7AD0;
}
</style>
border-color css
<style>
span { border-color: #AD7AD0; }
span { border-color: rgb(173,122,208); }
td.TdClassName
{
border-color: #AD7AD0;
}
.TagClassName
{
border-color: #AD7AD0;
}
</style>