Shades of East Side #AC73BF
Tints of East Side #AC73BF
RGB
CMYK
RGB Variations
Color information
#AC73BF (or 0xAC73BF) is known color: East Side. HEX triplet: AC, 73 and BF. RGB value is (172,115,191). Sum of RGB (Red+Green+Blue) = 172+115+191=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73BF is #538C40. Grayscale: #8C8C8C. Windows color (decimal): -5475393 or 12546988. OLE color: 12546988.
HSL color Cylindrical-coordinate representation of color #AC73BF: hue angle of 285º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC73BF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 115 | 191 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.25 |
| HSL | 285º | 0.37% | 0.6% | - |
| HSV(B) | 285º | 0.4% | 0.75% | - |
| XYZ | 32.55 | 24.79 | 52.36 | - |
| YUV | 140.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 191 | 0.10 | 0.40 | 0 | 0.25 | 285 | 0.37 | 0.6 |
| Hex | AC | 73 | BF | A | 28 | 0 | 19 | 11D | 25 | 3C |
| Octal | 254 | 163 | 277 | 12 | 50 | 0 | 31 | 435 | 45 | 74 |
| Binary | 10101100 | 1110011 | 10111111 | 1010 | 101000 | 0 | 11001 | 100011101 | 100101 | 111100 |
Color Harmonies of #AC73BF
Complementary color
Monochromatic Colors of #AC73BF
Black with #AC73BF
Text Example
Text Example
White with #AC73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73BF; }
p { color: rgb(172,115,191); }
H1.HeaderClassName
{
color: #AC73BF;
}
.AnyTagClassName
{
color: #AC73BF;
}
</style>
background-color css
<style>
a { background-color: #AC73BF; }
a { background-color: rgb(172,115,191); }
div.DivClassName
{
background-color: #AC73BF;
}
.BgClassName
{
background-color: #AC73BF;
}
</style>
border-color css
<style>
span { border-color: #AC73BF; }
span { border-color: rgb(172,115,191); }
td.TdClassName
{
border-color: #AC73BF;
}
.TagClassName
{
border-color: #AC73BF;
}
</style>