Shades of East Side #AC97C0
Tints of East Side #AC97C0
RGB
CMYK
RGB Variations
Color information
#AC97C0 (or 0xAC97C0) is known color: East Side. HEX triplet: AC, 97 and C0. RGB value is (172,151,192). Sum of RGB (Red+Green+Blue) = 172+151+192=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC97C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97C0 is #53683F. Grayscale: #A1A1A1. Windows color (decimal): -5466176 or 12621740. OLE color: 12621740.
HSL color Cylindrical-coordinate representation of color #AC97C0: hue angle of 270.73º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC97C0 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 151 | 192 | - |
CMYK | 0.10 | 0.21 | 0 | 0.25 |
HSL | 270.73º | 0.25% | 0.67% | - |
HSV(B) | 270.73º | 0.21% | 0.75% | - |
XYZ | 37.59 | 34.71 | 54.59 | - |
YUV | 161.95 | 144.96 | 135.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 151 | 192 | 0.10 | 0.21 | 0 | 0.25 | 270.73 | 0.25 | 0.67 |
Hex | AC | 97 | C0 | A | 15 | 0 | 19 | 10F | 19 | 43 |
Octal | 254 | 227 | 300 | 12 | 25 | 0 | 31 | 417 | 31 | 103 |
Binary | 10101100 | 10010111 | 11000000 | 1010 | 10101 | 0 | 11001 | 100001111 | 11001 | 1000011 |
Color Harmonies of #AC97C0
Complementary color
Monochromatic Colors of #AC97C0
Black with #AC97C0
Text Example
Text Example
White with #AC97C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC97C0; }
p { color: rgb(172,151,192); }
H1.HeaderClassName
{
color: #AC97C0;
}
.AnyTagClassName
{
color: #AC97C0;
}
</style>
background-color css
<style>
a { background-color: #AC97C0; }
a { background-color: rgb(172,151,192); }
div.DivClassName
{
background-color: #AC97C0;
}
.BgClassName
{
background-color: #AC97C0;
}
</style>
border-color css
<style>
span { border-color: #AC97C0; }
span { border-color: rgb(172,151,192); }
td.TdClassName
{
border-color: #AC97C0;
}
.TagClassName
{
border-color: #AC97C0;
}
</style>