Shades of East Side #AC81C0
Tints of East Side #AC81C0
RGB
CMYK
RGB Variations
Color information
#AC81C0 (or 0xAC81C0) is known color: East Side. HEX triplet: AC, 81 and C0. RGB value is (172,129,192). Sum of RGB (Red+Green+Blue) = 172+129+192=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC81C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81C0 is #537E3F. Grayscale: #949494. Windows color (decimal): -5471808 or 12616108. OLE color: 12616108.
HSL color Cylindrical-coordinate representation of color #AC81C0: hue angle of 280.95º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC81C0 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 129 | 192 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.25 |
| HSL | 280.95º | 0.33% | 0.63% | - |
| HSV(B) | 280.95º | 0.33% | 0.75% | - |
| XYZ | 34.38 | 28.28 | 53.52 | - |
| YUV | 149.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 192 | 0.10 | 0.33 | 0 | 0.25 | 280.95 | 0.33 | 0.63 |
| Hex | AC | 81 | C0 | A | 21 | 0 | 19 | 119 | 21 | 3F |
| Octal | 254 | 201 | 300 | 12 | 41 | 0 | 31 | 431 | 41 | 77 |
| Binary | 10101100 | 10000001 | 11000000 | 1010 | 100001 | 0 | 11001 | 100011001 | 100001 | 111111 |
Color Harmonies of #AC81C0
Complementary color
Monochromatic Colors of #AC81C0
Black with #AC81C0
Text Example
Text Example
White with #AC81C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81C0; }
p { color: rgb(172,129,192); }
H1.HeaderClassName
{
color: #AC81C0;
}
.AnyTagClassName
{
color: #AC81C0;
}
</style>
background-color css
<style>
a { background-color: #AC81C0; }
a { background-color: rgb(172,129,192); }
div.DivClassName
{
background-color: #AC81C0;
}
.BgClassName
{
background-color: #AC81C0;
}
</style>
border-color css
<style>
span { border-color: #AC81C0; }
span { border-color: rgb(172,129,192); }
td.TdClassName
{
border-color: #AC81C0;
}
.TagClassName
{
border-color: #AC81C0;
}
</style>