Shades of East Side #AC79BA
Tints of East Side #AC79BA
RGB
CMYK
RGB Variations
Color information
#AC79BA (or 0xAC79BA) is known color: East Side. HEX triplet: AC, 79 and BA. RGB value is (172,121,186). Sum of RGB (Red+Green+Blue) = 172+121+186=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC79BA is #538645. Grayscale: #8F8F8F. Windows color (decimal): -5473862 or 12220844. OLE color: 12220844.
HSL color Cylindrical-coordinate representation of color #AC79BA: hue angle of 287.08º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC79BA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 121 | 186 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.27 |
| HSL | 287.08º | 0.32% | 0.6% | - |
| HSV(B) | 287.08º | 0.35% | 0.73% | - |
| XYZ | 32.71 | 25.99 | 49.75 | - |
| YUV | 143.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 186 | 0.08 | 0.35 | 0 | 0.27 | 287.08 | 0.32 | 0.6 |
| Hex | AC | 79 | BA | 8 | 23 | 0 | 1B | 11F | 20 | 3C |
| Octal | 254 | 171 | 272 | 10 | 43 | 0 | 33 | 437 | 40 | 74 |
| Binary | 10101100 | 1111001 | 10111010 | 1000 | 100011 | 0 | 11011 | 100011111 | 100000 | 111100 |
Color Harmonies of #AC79BA
Complementary color
Monochromatic Colors of #AC79BA
Black with #AC79BA
Text Example
Text Example
White with #AC79BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC79BA; }
p { color: rgb(172,121,186); }
H1.HeaderClassName
{
color: #AC79BA;
}
.AnyTagClassName
{
color: #AC79BA;
}
</style>
background-color css
<style>
a { background-color: #AC79BA; }
a { background-color: rgb(172,121,186); }
div.DivClassName
{
background-color: #AC79BA;
}
.BgClassName
{
background-color: #AC79BA;
}
</style>
border-color css
<style>
span { border-color: #AC79BA; }
span { border-color: rgb(172,121,186); }
td.TdClassName
{
border-color: #AC79BA;
}
.TagClassName
{
border-color: #AC79BA;
}
</style>