Shades of East Side #AD7CCE
Tints of East Side #AD7CCE
RGB
CMYK
RGB Variations
Color information
#AD7CCE (or 0xAD7CCE) is known color: East Side. HEX triplet: AD, 7C and CE. RGB value is (173,124,206). Sum of RGB (Red+Green+Blue) = 173+124+206=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD7CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CCE is #528331. Grayscale: #939393. Windows color (decimal): -5407538 or 13532333. OLE color: 13532333.
HSL color Cylindrical-coordinate representation of color #AD7CCE: hue angle of 275.85º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7CCE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 124 | 206 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.19 |
| HSL | 275.85º | 0.46% | 0.65% | - |
| HSV(B) | 275.85º | 0.4% | 0.81% | - |
| XYZ | 35.58 | 27.76 | 61.87 | - |
| YUV | 148 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 206 | 0.16 | 0.40 | 0 | 0.19 | 275.85 | 0.46 | 0.65 |
| Hex | AD | 7C | CE | 10 | 28 | 0 | 13 | 114 | 2E | 41 |
| Octal | 255 | 174 | 316 | 20 | 50 | 0 | 23 | 424 | 56 | 101 |
| Binary | 10101101 | 1111100 | 11001110 | 10000 | 101000 | 0 | 10011 | 100010100 | 101110 | 1000001 |
Color Harmonies of #AD7CCE
Complementary color
Monochromatic Colors of #AD7CCE
Black with #AD7CCE
Text Example
Text Example
White with #AD7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CCE; }
p { color: rgb(173,124,206); }
H1.HeaderClassName
{
color: #AD7CCE;
}
.AnyTagClassName
{
color: #AD7CCE;
}
</style>
background-color css
<style>
a { background-color: #AD7CCE; }
a { background-color: rgb(173,124,206); }
div.DivClassName
{
background-color: #AD7CCE;
}
.BgClassName
{
background-color: #AD7CCE;
}
</style>
border-color css
<style>
span { border-color: #AD7CCE; }
span { border-color: rgb(173,124,206); }
td.TdClassName
{
border-color: #AD7CCE;
}
.TagClassName
{
border-color: #AD7CCE;
}
</style>