Shades of East Side #AC8DC2
Tints of East Side #AC8DC2
RGB
CMYK
RGB Variations
Color information
#AC8DC2 (or 0xAC8DC2) is known color: East Side. HEX triplet: AC, 8D and C2. RGB value is (172,141,194). Sum of RGB (Red+Green+Blue) = 172+141+194=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC8DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DC2 is #53723D. Grayscale: #9C9C9C. Windows color (decimal): -5468734 or 12750252. OLE color: 12750252.
HSL color Cylindrical-coordinate representation of color #AC8DC2: hue angle of 275.09º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC8DC2 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 141 | 194 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.24 |
| HSL | 275.09º | 0.3% | 0.66% | - |
| HSV(B) | 275.09º | 0.27% | 0.76% | - |
| XYZ | 36.28 | 31.72 | 55.25 | - |
| YUV | 156.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 194 | 0.11 | 0.27 | 0 | 0.24 | 275.09 | 0.3 | 0.66 |
| Hex | AC | 8D | C2 | B | 1B | 0 | 18 | 113 | 1E | 42 |
| Octal | 254 | 215 | 302 | 13 | 33 | 0 | 30 | 423 | 36 | 102 |
| Binary | 10101100 | 10001101 | 11000010 | 1011 | 11011 | 0 | 11000 | 100010011 | 11110 | 1000010 |
Color Harmonies of #AC8DC2
Complementary color
Monochromatic Colors of #AC8DC2
Black with #AC8DC2
Text Example
Text Example
White with #AC8DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8DC2; }
p { color: rgb(172,141,194); }
H1.HeaderClassName
{
color: #AC8DC2;
}
.AnyTagClassName
{
color: #AC8DC2;
}
</style>
background-color css
<style>
a { background-color: #AC8DC2; }
a { background-color: rgb(172,141,194); }
div.DivClassName
{
background-color: #AC8DC2;
}
.BgClassName
{
background-color: #AC8DC2;
}
</style>
border-color css
<style>
span { border-color: #AC8DC2; }
span { border-color: rgb(172,141,194); }
td.TdClassName
{
border-color: #AC8DC2;
}
.TagClassName
{
border-color: #AC8DC2;
}
</style>