Shades of East Side #AC73C4
Tints of East Side #AC73C4
RGB
CMYK
RGB Variations
Color information
#AC73C4 (or 0xAC73C4) is known color: East Side. HEX triplet: AC, 73 and C4. RGB value is (172,115,196). Sum of RGB (Red+Green+Blue) = 172+115+196=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC73C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73C4 is #538C3B. Grayscale: #8D8D8D. Windows color (decimal): -5475388 or 12874668. OLE color: 12874668.
HSL color Cylindrical-coordinate representation of color #AC73C4: hue angle of 282.22º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC73C4 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 115 | 196 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.23 |
| HSL | 282.22º | 0.41% | 0.61% | - |
| HSV(B) | 282.22º | 0.41% | 0.77% | - |
| XYZ | 33.11 | 25.02 | 55.31 | - |
| YUV | 141.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 196 | 0.12 | 0.41 | 0 | 0.23 | 282.22 | 0.41 | 0.61 |
| Hex | AC | 73 | C4 | C | 29 | 0 | 17 | 11A | 29 | 3D |
| Octal | 254 | 163 | 304 | 14 | 51 | 0 | 27 | 432 | 51 | 75 |
| Binary | 10101100 | 1110011 | 11000100 | 1100 | 101001 | 0 | 10111 | 100011010 | 101001 | 111101 |
Color Harmonies of #AC73C4
Complementary color
Monochromatic Colors of #AC73C4
Black with #AC73C4
Text Example
Text Example
White with #AC73C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73C4; }
p { color: rgb(172,115,196); }
H1.HeaderClassName
{
color: #AC73C4;
}
.AnyTagClassName
{
color: #AC73C4;
}
</style>
background-color css
<style>
a { background-color: #AC73C4; }
a { background-color: rgb(172,115,196); }
div.DivClassName
{
background-color: #AC73C4;
}
.BgClassName
{
background-color: #AC73C4;
}
</style>
border-color css
<style>
span { border-color: #AC73C4; }
span { border-color: rgb(172,115,196); }
td.TdClassName
{
border-color: #AC73C4;
}
.TagClassName
{
border-color: #AC73C4;
}
</style>