Shades of East Side #AD96C1
Tints of East Side #AD96C1
RGB
CMYK
RGB Variations
Color information
#AD96C1 (or 0xAD96C1) is known color: East Side. HEX triplet: AD, 96 and C1. RGB value is (173,150,193). Sum of RGB (Red+Green+Blue) = 173+150+193=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD96C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C1 is #52693E. Grayscale: #A1A1A1. Windows color (decimal): -5400895 or 12687021. OLE color: 12687021.
HSL color Cylindrical-coordinate representation of color #AD96C1: hue angle of 272.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD96C1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 150 | 193 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.24 |
| HSL | 272.09º | 0.26% | 0.67% | - |
| HSV(B) | 272.09º | 0.22% | 0.76% | - |
| XYZ | 37.77 | 34.55 | 55.13 | - |
| YUV | 161.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 193 | 0.10 | 0.22 | 0 | 0.24 | 272.09 | 0.26 | 0.67 |
| Hex | AD | 96 | C1 | A | 16 | 0 | 18 | 110 | 1A | 43 |
| Octal | 255 | 226 | 301 | 12 | 26 | 0 | 30 | 420 | 32 | 103 |
| Binary | 10101101 | 10010110 | 11000001 | 1010 | 10110 | 0 | 11000 | 100010000 | 11010 | 1000011 |
Color Harmonies of #AD96C1
Complementary color
Monochromatic Colors of #AD96C1
Black with #AD96C1
Text Example
Text Example
White with #AD96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96C1; }
p { color: rgb(173,150,193); }
H1.HeaderClassName
{
color: #AD96C1;
}
.AnyTagClassName
{
color: #AD96C1;
}
</style>
background-color css
<style>
a { background-color: #AD96C1; }
a { background-color: rgb(173,150,193); }
div.DivClassName
{
background-color: #AD96C1;
}
.BgClassName
{
background-color: #AD96C1;
}
</style>
border-color css
<style>
span { border-color: #AD96C1; }
span { border-color: rgb(173,150,193); }
td.TdClassName
{
border-color: #AD96C1;
}
.TagClassName
{
border-color: #AD96C1;
}
</style>