Shades of East Side #AC81C1
Tints of East Side #AC81C1
RGB
CMYK
RGB Variations
Color information
#AC81C1 (or 0xAC81C1) is known color: East Side. HEX triplet: AC, 81 and C1. RGB value is (172,129,193). Sum of RGB (Red+Green+Blue) = 172+129+193=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC81C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC81C1 is #537E3E. Grayscale: #949494. Windows color (decimal): -5471807 or 12681644. OLE color: 12681644.
HSL color Cylindrical-coordinate representation of color #AC81C1: hue angle of 280.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC81C1 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 129 | 193 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.24 |
| HSL | 280.31º | 0.34% | 0.63% | - |
| HSV(B) | 280.31º | 0.33% | 0.76% | - |
| XYZ | 34.49 | 28.32 | 54.1 | - |
| YUV | 149.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 193 | 0.11 | 0.33 | 0 | 0.24 | 280.31 | 0.34 | 0.63 |
| Hex | AC | 81 | C1 | B | 21 | 0 | 18 | 118 | 22 | 3F |
| Octal | 254 | 201 | 301 | 13 | 41 | 0 | 30 | 430 | 42 | 77 |
| Binary | 10101100 | 10000001 | 11000001 | 1011 | 100001 | 0 | 11000 | 100011000 | 100010 | 111111 |
Color Harmonies of #AC81C1
Complementary color
Monochromatic Colors of #AC81C1
Black with #AC81C1
Text Example
Text Example
White with #AC81C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81C1; }
p { color: rgb(172,129,193); }
H1.HeaderClassName
{
color: #AC81C1;
}
.AnyTagClassName
{
color: #AC81C1;
}
</style>
background-color css
<style>
a { background-color: #AC81C1; }
a { background-color: rgb(172,129,193); }
div.DivClassName
{
background-color: #AC81C1;
}
.BgClassName
{
background-color: #AC81C1;
}
</style>
border-color css
<style>
span { border-color: #AC81C1; }
span { border-color: rgb(172,129,193); }
td.TdClassName
{
border-color: #AC81C1;
}
.TagClassName
{
border-color: #AC81C1;
}
</style>