Shades of East Side #AC98C2
Tints of East Side #AC98C2
RGB
CMYK
RGB Variations
Color information
#AC98C2 (or 0xAC98C2) is known color: East Side. HEX triplet: AC, 98 and C2. RGB value is (172,152,194). Sum of RGB (Red+Green+Blue) = 172+152+194=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC98C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98C2 is #53673D. Grayscale: #A2A2A2. Windows color (decimal): -5465918 or 12753068. OLE color: 12753068.
HSL color Cylindrical-coordinate representation of color #AC98C2: hue angle of 268.57º 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 #AC98C2 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 152 | 194 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.24 |
| HSL | 268.57º | 0.26% | 0.68% | - |
| HSV(B) | 268.57º | 0.22% | 0.76% | - |
| XYZ | 37.98 | 35.12 | 55.82 | - |
| YUV | 162.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 194 | 0.11 | 0.22 | 0 | 0.24 | 268.57 | 0.26 | 0.68 |
| Hex | AC | 98 | C2 | B | 16 | 0 | 18 | 10D | 1A | 44 |
| Octal | 254 | 230 | 302 | 13 | 26 | 0 | 30 | 415 | 32 | 104 |
| Binary | 10101100 | 10011000 | 11000010 | 1011 | 10110 | 0 | 11000 | 100001101 | 11010 | 1000100 |
Color Harmonies of #AC98C2
Complementary color
Monochromatic Colors of #AC98C2
Black with #AC98C2
Text Example
Text Example
White with #AC98C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC98C2; }
p { color: rgb(172,152,194); }
H1.HeaderClassName
{
color: #AC98C2;
}
.AnyTagClassName
{
color: #AC98C2;
}
</style>
background-color css
<style>
a { background-color: #AC98C2; }
a { background-color: rgb(172,152,194); }
div.DivClassName
{
background-color: #AC98C2;
}
.BgClassName
{
background-color: #AC98C2;
}
</style>
border-color css
<style>
span { border-color: #AC98C2; }
span { border-color: rgb(172,152,194); }
td.TdClassName
{
border-color: #AC98C2;
}
.TagClassName
{
border-color: #AC98C2;
}
</style>