Shades of East Side #AC97C2
Tints of East Side #AC97C2
RGB
CMYK
RGB Variations
Color information
#AC97C2 (or 0xAC97C2) is known color: East Side. HEX triplet: AC, 97 and C2. RGB value is (172,151,194). Sum of RGB (Red+Green+Blue) = 172+151+194=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC97C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97C2 is #53683D. Grayscale: #A2A2A2. Windows color (decimal): -5466174 or 12752812. OLE color: 12752812.
HSL color Cylindrical-coordinate representation of color #AC97C2: hue angle of 269.3º 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 #AC97C2 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 151 | 194 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.24 |
| HSL | 269.3º | 0.26% | 0.68% | - |
| HSV(B) | 269.3º | 0.22% | 0.76% | - |
| XYZ | 37.82 | 34.8 | 55.76 | - |
| YUV | 162.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 194 | 0.11 | 0.22 | 0 | 0.24 | 269.3 | 0.26 | 0.68 |
| Hex | AC | 97 | C2 | B | 16 | 0 | 18 | 10D | 1A | 44 |
| Octal | 254 | 227 | 302 | 13 | 26 | 0 | 30 | 415 | 32 | 104 |
| Binary | 10101100 | 10010111 | 11000010 | 1011 | 10110 | 0 | 11000 | 100001101 | 11010 | 1000100 |
Color Harmonies of #AC97C2
Complementary color
Monochromatic Colors of #AC97C2
Black with #AC97C2
Text Example
Text Example
White with #AC97C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC97C2; }
p { color: rgb(172,151,194); }
H1.HeaderClassName
{
color: #AC97C2;
}
.AnyTagClassName
{
color: #AC97C2;
}
</style>
background-color css
<style>
a { background-color: #AC97C2; }
a { background-color: rgb(172,151,194); }
div.DivClassName
{
background-color: #AC97C2;
}
.BgClassName
{
background-color: #AC97C2;
}
</style>
border-color css
<style>
span { border-color: #AC97C2; }
span { border-color: rgb(172,151,194); }
td.TdClassName
{
border-color: #AC97C2;
}
.TagClassName
{
border-color: #AC97C2;
}
</style>