Shades of East Side #AC71C0
Tints of East Side #AC71C0
RGB
CMYK
RGB Variations
Color information
#AC71C0 (or 0xAC71C0) is known color: East Side. HEX triplet: AC, 71 and C0. RGB value is (172,113,192). Sum of RGB (Red+Green+Blue) = 172+113+192=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC71C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71C0 is #538E3F. Grayscale: #8B8B8B. Windows color (decimal): -5475904 or 12612012. OLE color: 12612012.
HSL color Cylindrical-coordinate representation of color #AC71C0: hue angle of 284.81º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC71C0 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 113 | 192 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.25 |
| HSL | 284.81º | 0.39% | 0.6% | - |
| HSV(B) | 284.81º | 0.41% | 0.75% | - |
| XYZ | 32.43 | 24.39 | 52.87 | - |
| YUV | 139.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 192 | 0.10 | 0.41 | 0 | 0.25 | 284.81 | 0.39 | 0.6 |
| Hex | AC | 71 | C0 | A | 29 | 0 | 19 | 11D | 27 | 3C |
| Octal | 254 | 161 | 300 | 12 | 51 | 0 | 31 | 435 | 47 | 74 |
| Binary | 10101100 | 1110001 | 11000000 | 1010 | 101001 | 0 | 11001 | 100011101 | 100111 | 111100 |
Color Harmonies of #AC71C0
Complementary color
Monochromatic Colors of #AC71C0
Black with #AC71C0
Text Example
Text Example
White with #AC71C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71C0; }
p { color: rgb(172,113,192); }
H1.HeaderClassName
{
color: #AC71C0;
}
.AnyTagClassName
{
color: #AC71C0;
}
</style>
background-color css
<style>
a { background-color: #AC71C0; }
a { background-color: rgb(172,113,192); }
div.DivClassName
{
background-color: #AC71C0;
}
.BgClassName
{
background-color: #AC71C0;
}
</style>
border-color css
<style>
span { border-color: #AC71C0; }
span { border-color: rgb(172,113,192); }
td.TdClassName
{
border-color: #AC71C0;
}
.TagClassName
{
border-color: #AC71C0;
}
</style>