Shades of East Side #AD8EC2
Tints of East Side #AD8EC2
RGB
CMYK
RGB Variations
Color information
#AD8EC2 (or 0xAD8EC2) is known color: East Side. HEX triplet: AD, 8E and C2. RGB value is (173,142,194). Sum of RGB (Red+Green+Blue) = 173+142+194=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD8EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8EC2 is #52713D. Grayscale: #9D9D9D. Windows color (decimal): -5402942 or 12750509. OLE color: 12750509.
HSL color Cylindrical-coordinate representation of color #AD8EC2: hue angle of 275.77º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8EC2 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 142 | 194 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.24 |
| HSL | 275.77º | 0.3% | 0.66% | - |
| HSV(B) | 275.77º | 0.27% | 0.76% | - |
| XYZ | 36.64 | 32.13 | 55.31 | - |
| YUV | 157.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 194 | 0.11 | 0.27 | 0 | 0.24 | 275.77 | 0.3 | 0.66 |
| Hex | AD | 8E | C2 | B | 1B | 0 | 18 | 114 | 1E | 42 |
| Octal | 255 | 216 | 302 | 13 | 33 | 0 | 30 | 424 | 36 | 102 |
| Binary | 10101101 | 10001110 | 11000010 | 1011 | 11011 | 0 | 11000 | 100010100 | 11110 | 1000010 |
Color Harmonies of #AD8EC2
Complementary color
Monochromatic Colors of #AD8EC2
Black with #AD8EC2
Text Example
Text Example
White with #AD8EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EC2; }
p { color: rgb(173,142,194); }
H1.HeaderClassName
{
color: #AD8EC2;
}
.AnyTagClassName
{
color: #AD8EC2;
}
</style>
background-color css
<style>
a { background-color: #AD8EC2; }
a { background-color: rgb(173,142,194); }
div.DivClassName
{
background-color: #AD8EC2;
}
.BgClassName
{
background-color: #AD8EC2;
}
</style>
border-color css
<style>
span { border-color: #AD8EC2; }
span { border-color: rgb(173,142,194); }
td.TdClassName
{
border-color: #AD8EC2;
}
.TagClassName
{
border-color: #AD8EC2;
}
</style>