Shades of East Side #AC73C2
Tints of East Side #AC73C2
RGB
CMYK
RGB Variations
Color information
#AC73C2 (or 0xAC73C2) is known color: East Side. HEX triplet: AC, 73 and C2. RGB value is (172,115,194). Sum of RGB (Red+Green+Blue) = 172+115+194=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC73C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73C2 is #538C3D. Grayscale: #8C8C8C. Windows color (decimal): -5475390 or 12743596. OLE color: 12743596.
HSL color Cylindrical-coordinate representation of color #AC73C2: hue angle of 283.29º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC73C2 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 115 | 194 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.24 |
| HSL | 283.29º | 0.39% | 0.61% | - |
| HSV(B) | 283.29º | 0.41% | 0.76% | - |
| XYZ | 32.88 | 24.93 | 54.12 | - |
| YUV | 141.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 194 | 0.11 | 0.41 | 0 | 0.24 | 283.29 | 0.39 | 0.61 |
| Hex | AC | 73 | C2 | B | 29 | 0 | 18 | 11B | 27 | 3D |
| Octal | 254 | 163 | 302 | 13 | 51 | 0 | 30 | 433 | 47 | 75 |
| Binary | 10101100 | 1110011 | 11000010 | 1011 | 101001 | 0 | 11000 | 100011011 | 100111 | 111101 |
Color Harmonies of #AC73C2
Complementary color
Monochromatic Colors of #AC73C2
Black with #AC73C2
Text Example
Text Example
White with #AC73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73C2; }
p { color: rgb(172,115,194); }
H1.HeaderClassName
{
color: #AC73C2;
}
.AnyTagClassName
{
color: #AC73C2;
}
</style>
background-color css
<style>
a { background-color: #AC73C2; }
a { background-color: rgb(172,115,194); }
div.DivClassName
{
background-color: #AC73C2;
}
.BgClassName
{
background-color: #AC73C2;
}
</style>
border-color css
<style>
span { border-color: #AC73C2; }
span { border-color: rgb(172,115,194); }
td.TdClassName
{
border-color: #AC73C2;
}
.TagClassName
{
border-color: #AC73C2;
}
</style>