Shades of East Side #AD7ACD
Tints of East Side #AD7ACD
RGB
CMYK
RGB Variations
Color information
#AD7ACD (or 0xAD7ACD) is known color: East Side. HEX triplet: AD, 7A and CD. RGB value is (173,122,205). Sum of RGB (Red+Green+Blue) = 173+122+205=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD7ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ACD is #528532. Grayscale: #929292. Windows color (decimal): -5408051 or 13466285. OLE color: 13466285.
HSL color Cylindrical-coordinate representation of color #AD7ACD: hue angle of 276.87º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7ACD is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 122 | 205 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.20 |
| HSL | 276.87º | 0.45% | 0.64% | - |
| HSV(B) | 276.87º | 0.4% | 0.8% | - |
| XYZ | 35.21 | 27.21 | 61.15 | - |
| YUV | 146.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 205 | 0.16 | 0.40 | 0 | 0.20 | 276.87 | 0.45 | 0.64 |
| Hex | AD | 7A | CD | 10 | 28 | 0 | 14 | 115 | 2D | 40 |
| Octal | 255 | 172 | 315 | 20 | 50 | 0 | 24 | 425 | 55 | 100 |
| Binary | 10101101 | 1111010 | 11001101 | 10000 | 101000 | 0 | 10100 | 100010101 | 101101 | 1000000 |
Color Harmonies of #AD7ACD
Complementary color
Monochromatic Colors of #AD7ACD
Black with #AD7ACD
Text Example
Text Example
White with #AD7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7ACD; }
p { color: rgb(173,122,205); }
H1.HeaderClassName
{
color: #AD7ACD;
}
.AnyTagClassName
{
color: #AD7ACD;
}
</style>
background-color css
<style>
a { background-color: #AD7ACD; }
a { background-color: rgb(173,122,205); }
div.DivClassName
{
background-color: #AD7ACD;
}
.BgClassName
{
background-color: #AD7ACD;
}
</style>
border-color css
<style>
span { border-color: #AD7ACD; }
span { border-color: rgb(173,122,205); }
td.TdClassName
{
border-color: #AD7ACD;
}
.TagClassName
{
border-color: #AD7ACD;
}
</style>