Shades of East Side #AC92C0
Tints of East Side #AC92C0
RGB
CMYK
RGB Variations
Color information
#AC92C0 (or 0xAC92C0) is known color: East Side. HEX triplet: AC, 92 and C0. RGB value is (172,146,192). Sum of RGB (Red+Green+Blue) = 172+146+192=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC92C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92C0 is #536D3F. Grayscale: #9E9E9E. Windows color (decimal): -5467456 or 12620460. OLE color: 12620460.
HSL color Cylindrical-coordinate representation of color #AC92C0: hue angle of 273.91º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC92C0 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 146 | 192 | - |
CMYK | 0.10 | 0.24 | 0 | 0.25 |
HSL | 273.91º | 0.27% | 0.66% | - |
HSV(B) | 273.91º | 0.24% | 0.75% | - |
XYZ | 36.81 | 33.13 | 54.32 | - |
YUV | 159.02 | 146.61 | 137.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 146 | 192 | 0.10 | 0.24 | 0 | 0.25 | 273.91 | 0.27 | 0.66 |
Hex | AC | 92 | C0 | A | 18 | 0 | 19 | 112 | 1B | 42 |
Octal | 254 | 222 | 300 | 12 | 30 | 0 | 31 | 422 | 33 | 102 |
Binary | 10101100 | 10010010 | 11000000 | 1010 | 11000 | 0 | 11001 | 100010010 | 11011 | 1000010 |
Color Harmonies of #AC92C0
Complementary color
Monochromatic Colors of #AC92C0
Black with #AC92C0
Text Example
Text Example
White with #AC92C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92C0; }
p { color: rgb(172,146,192); }
H1.HeaderClassName
{
color: #AC92C0;
}
.AnyTagClassName
{
color: #AC92C0;
}
</style>
background-color css
<style>
a { background-color: #AC92C0; }
a { background-color: rgb(172,146,192); }
div.DivClassName
{
background-color: #AC92C0;
}
.BgClassName
{
background-color: #AC92C0;
}
</style>
border-color css
<style>
span { border-color: #AC92C0; }
span { border-color: rgb(172,146,192); }
td.TdClassName
{
border-color: #AC92C0;
}
.TagClassName
{
border-color: #AC92C0;
}
</style>