Shades of East Side #AC81C6
Tints of East Side #AC81C6
RGB
CMYK
RGB Variations
Color information
#AC81C6 (or 0xAC81C6) is known color: East Side. HEX triplet: AC, 81 and C6. RGB value is (172,129,198). Sum of RGB (Red+Green+Blue) = 172+129+198=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC81C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81C6 is #537E39. Grayscale: #959595. Windows color (decimal): -5471802 or 13009324. OLE color: 13009324.
HSL color Cylindrical-coordinate representation of color #AC81C6: hue angle of 277.39º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC81C6 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 129 | 198 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.22 |
| HSL | 277.39º | 0.38% | 0.64% | - |
| HSV(B) | 277.39º | 0.35% | 0.78% | - |
| XYZ | 35.06 | 28.55 | 57.09 | - |
| YUV | 149.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 198 | 0.13 | 0.35 | 0 | 0.22 | 277.39 | 0.38 | 0.64 |
| Hex | AC | 81 | C6 | D | 23 | 0 | 16 | 115 | 26 | 40 |
| Octal | 254 | 201 | 306 | 15 | 43 | 0 | 26 | 425 | 46 | 100 |
| Binary | 10101100 | 10000001 | 11000110 | 1101 | 100011 | 0 | 10110 | 100010101 | 100110 | 1000000 |
Color Harmonies of #AC81C6
Complementary color
Monochromatic Colors of #AC81C6
Black with #AC81C6
Text Example
Text Example
White with #AC81C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81C6; }
p { color: rgb(172,129,198); }
H1.HeaderClassName
{
color: #AC81C6;
}
.AnyTagClassName
{
color: #AC81C6;
}
</style>
background-color css
<style>
a { background-color: #AC81C6; }
a { background-color: rgb(172,129,198); }
div.DivClassName
{
background-color: #AC81C6;
}
.BgClassName
{
background-color: #AC81C6;
}
</style>
border-color css
<style>
span { border-color: #AC81C6; }
span { border-color: rgb(172,129,198); }
td.TdClassName
{
border-color: #AC81C6;
}
.TagClassName
{
border-color: #AC81C6;
}
</style>