Shades of East Side #AD7AD1
Tints of East Side #AD7AD1
RGB
CMYK
RGB Variations
Color information
#AD7AD1 (or 0xAD7AD1) is known color: East Side. HEX triplet: AD, 7A and D1. RGB value is (173,122,209). Sum of RGB (Red+Green+Blue) = 173+122+209=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD7AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AD1 is #52852E. Grayscale: #929292. Windows color (decimal): -5408047 or 13728429. OLE color: 13728429.
HSL color Cylindrical-coordinate representation of color #AD7AD1: hue angle of 275.17º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7AD1 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 122 | 209 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.18 |
| HSL | 275.17º | 0.49% | 0.65% | - |
| HSV(B) | 275.17º | 0.42% | 0.82% | - |
| XYZ | 35.7 | 27.41 | 63.73 | - |
| YUV | 147.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 209 | 0.17 | 0.42 | 0 | 0.18 | 275.17 | 0.49 | 0.65 |
| Hex | AD | 7A | D1 | 11 | 2A | 0 | 12 | 113 | 31 | 41 |
| Octal | 255 | 172 | 321 | 21 | 52 | 0 | 22 | 423 | 61 | 101 |
| Binary | 10101101 | 1111010 | 11010001 | 10001 | 101010 | 0 | 10010 | 100010011 | 110001 | 1000001 |
Color Harmonies of #AD7AD1
Complementary color
Monochromatic Colors of #AD7AD1
Black with #AD7AD1
Text Example
Text Example
White with #AD7AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AD1; }
p { color: rgb(173,122,209); }
H1.HeaderClassName
{
color: #AD7AD1;
}
.AnyTagClassName
{
color: #AD7AD1;
}
</style>
background-color css
<style>
a { background-color: #AD7AD1; }
a { background-color: rgb(173,122,209); }
div.DivClassName
{
background-color: #AD7AD1;
}
.BgClassName
{
background-color: #AD7AD1;
}
</style>
border-color css
<style>
span { border-color: #AD7AD1; }
span { border-color: rgb(173,122,209); }
td.TdClassName
{
border-color: #AD7AD1;
}
.TagClassName
{
border-color: #AD7AD1;
}
</style>