Shades of East Side #AC94C0
Tints of East Side #AC94C0
RGB
CMYK
RGB Variations
Color information
#AC94C0 (or 0xAC94C0) is known color: East Side. HEX triplet: AC, 94 and C0. RGB value is (172,148,192). Sum of RGB (Red+Green+Blue) = 172+148+192=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC94C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94C0 is #536B3F. Grayscale: #A0A0A0. Windows color (decimal): -5466944 or 12620972. OLE color: 12620972.
HSL color Cylindrical-coordinate representation of color #AC94C0: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC94C0 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 148 | 192 | - |
CMYK | 0.10 | 0.23 | 0 | 0.25 |
HSL | 272.73º | 0.26% | 0.67% | - |
HSV(B) | 272.73º | 0.23% | 0.75% | - |
XYZ | 37.12 | 33.76 | 54.43 | - |
YUV | 160.19 | 145.95 | 136.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 148 | 192 | 0.10 | 0.23 | 0 | 0.25 | 272.73 | 0.26 | 0.67 |
Hex | AC | 94 | C0 | A | 17 | 0 | 19 | 111 | 1A | 43 |
Octal | 254 | 224 | 300 | 12 | 27 | 0 | 31 | 421 | 32 | 103 |
Binary | 10101100 | 10010100 | 11000000 | 1010 | 10111 | 0 | 11001 | 100010001 | 11010 | 1000011 |
Color Harmonies of #AC94C0
Complementary color
Monochromatic Colors of #AC94C0
Black with #AC94C0
Text Example
Text Example
White with #AC94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94C0; }
p { color: rgb(172,148,192); }
H1.HeaderClassName
{
color: #AC94C0;
}
.AnyTagClassName
{
color: #AC94C0;
}
</style>
background-color css
<style>
a { background-color: #AC94C0; }
a { background-color: rgb(172,148,192); }
div.DivClassName
{
background-color: #AC94C0;
}
.BgClassName
{
background-color: #AC94C0;
}
</style>
border-color css
<style>
span { border-color: #AC94C0; }
span { border-color: rgb(172,148,192); }
td.TdClassName
{
border-color: #AC94C0;
}
.TagClassName
{
border-color: #AC94C0;
}
</style>