Shades of East Side #AD98C2
Tints of East Side #AD98C2
RGB
CMYK
RGB Variations
Color information
#AD98C2 (or 0xAD98C2) is known color: East Side. HEX triplet: AD, 98 and C2. RGB value is (173,152,194). Sum of RGB (Red+Green+Blue) = 173+152+194=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD98C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98C2 is #52673D. Grayscale: #A2A2A2. Windows color (decimal): -5400382 or 12753069. OLE color: 12753069.
HSL color Cylindrical-coordinate representation of color #AD98C2: hue angle of 270º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD98C2 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 152 | 194 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.24 |
| HSL | 270º | 0.26% | 0.68% | - |
| HSV(B) | 270º | 0.22% | 0.76% | - |
| XYZ | 38.2 | 35.24 | 55.83 | - |
| YUV | 163.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 194 | 0.11 | 0.22 | 0 | 0.24 | 270 | 0.26 | 0.68 |
| Hex | AD | 98 | C2 | B | 16 | 0 | 18 | 10E | 1A | 44 |
| Octal | 255 | 230 | 302 | 13 | 26 | 0 | 30 | 416 | 32 | 104 |
| Binary | 10101101 | 10011000 | 11000010 | 1011 | 10110 | 0 | 11000 | 100001110 | 11010 | 1000100 |
Color Harmonies of #AD98C2
Complementary color
Monochromatic Colors of #AD98C2
Black with #AD98C2
Text Example
Text Example
White with #AD98C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98C2; }
p { color: rgb(173,152,194); }
H1.HeaderClassName
{
color: #AD98C2;
}
.AnyTagClassName
{
color: #AD98C2;
}
</style>
background-color css
<style>
a { background-color: #AD98C2; }
a { background-color: rgb(173,152,194); }
div.DivClassName
{
background-color: #AD98C2;
}
.BgClassName
{
background-color: #AD98C2;
}
</style>
border-color css
<style>
span { border-color: #AD98C2; }
span { border-color: rgb(173,152,194); }
td.TdClassName
{
border-color: #AD98C2;
}
.TagClassName
{
border-color: #AD98C2;
}
</style>