Shades of East Side #AC72C4
Tints of East Side #AC72C4
RGB
CMYK
RGB Variations
Color information
#AC72C4 (or 0xAC72C4) is known color: East Side. HEX triplet: AC, 72 and C4. RGB value is (172,114,196). Sum of RGB (Red+Green+Blue) = 172+114+196=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC72C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72C4 is #538D3B. Grayscale: #8C8C8C. Windows color (decimal): -5475644 or 12874412. OLE color: 12874412.
HSL color Cylindrical-coordinate representation of color #AC72C4: hue angle of 282.44º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC72C4 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 114 | 196 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.23 |
| HSL | 282.44º | 0.41% | 0.61% | - |
| HSV(B) | 282.44º | 0.42% | 0.77% | - |
| XYZ | 32.99 | 24.79 | 55.27 | - |
| YUV | 140.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 196 | 0.12 | 0.42 | 0 | 0.23 | 282.44 | 0.41 | 0.61 |
| Hex | AC | 72 | C4 | C | 2A | 0 | 17 | 11A | 29 | 3D |
| Octal | 254 | 162 | 304 | 14 | 52 | 0 | 27 | 432 | 51 | 75 |
| Binary | 10101100 | 1110010 | 11000100 | 1100 | 101010 | 0 | 10111 | 100011010 | 101001 | 111101 |
Color Harmonies of #AC72C4
Complementary color
Monochromatic Colors of #AC72C4
Black with #AC72C4
Text Example
Text Example
White with #AC72C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC72C4; }
p { color: rgb(172,114,196); }
H1.HeaderClassName
{
color: #AC72C4;
}
.AnyTagClassName
{
color: #AC72C4;
}
</style>
background-color css
<style>
a { background-color: #AC72C4; }
a { background-color: rgb(172,114,196); }
div.DivClassName
{
background-color: #AC72C4;
}
.BgClassName
{
background-color: #AC72C4;
}
</style>
border-color css
<style>
span { border-color: #AC72C4; }
span { border-color: rgb(172,114,196); }
td.TdClassName
{
border-color: #AC72C4;
}
.TagClassName
{
border-color: #AC72C4;
}
</style>