Shades of East Side #AC72C0
Tints of East Side #AC72C0
RGB
CMYK
RGB Variations
Color information
#AC72C0 (or 0xAC72C0) is known color: East Side. HEX triplet: AC, 72 and C0. RGB value is (172,114,192). Sum of RGB (Red+Green+Blue) = 172+114+192=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC72C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72C0 is #538D3F. Grayscale: #8B8B8B. Windows color (decimal): -5475648 or 12612268. OLE color: 12612268.
HSL color Cylindrical-coordinate representation of color #AC72C0: hue angle of 284.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC72C0 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 114 | 192 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.25 |
| HSL | 284.62º | 0.38% | 0.6% | - |
| HSV(B) | 284.62º | 0.41% | 0.75% | - |
| XYZ | 32.55 | 24.61 | 52.9 | - |
| YUV | 140.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 192 | 0.10 | 0.41 | 0 | 0.25 | 284.62 | 0.38 | 0.6 |
| Hex | AC | 72 | C0 | A | 29 | 0 | 19 | 11D | 26 | 3C |
| Octal | 254 | 162 | 300 | 12 | 51 | 0 | 31 | 435 | 46 | 74 |
| Binary | 10101100 | 1110010 | 11000000 | 1010 | 101001 | 0 | 11001 | 100011101 | 100110 | 111100 |
Color Harmonies of #AC72C0
Complementary color
Monochromatic Colors of #AC72C0
Black with #AC72C0
Text Example
Text Example
White with #AC72C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC72C0; }
p { color: rgb(172,114,192); }
H1.HeaderClassName
{
color: #AC72C0;
}
.AnyTagClassName
{
color: #AC72C0;
}
</style>
background-color css
<style>
a { background-color: #AC72C0; }
a { background-color: rgb(172,114,192); }
div.DivClassName
{
background-color: #AC72C0;
}
.BgClassName
{
background-color: #AC72C0;
}
</style>
border-color css
<style>
span { border-color: #AC72C0; }
span { border-color: rgb(172,114,192); }
td.TdClassName
{
border-color: #AC72C0;
}
.TagClassName
{
border-color: #AC72C0;
}
</style>