Shades of East Side #AC86C1
Tints of East Side #AC86C1
RGB
CMYK
RGB Variations
Color information
#AC86C1 (or 0xAC86C1) is known color: East Side. HEX triplet: AC, 86 and C1. RGB value is (172,134,193). Sum of RGB (Red+Green+Blue) = 172+134+193=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC86C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC86C1 is #53793E. Grayscale: #979797. Windows color (decimal): -5470527 or 12682924. OLE color: 12682924.
HSL color Cylindrical-coordinate representation of color #AC86C1: hue angle of 278.64º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC86C1 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 134 | 193 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.24 |
| HSL | 278.64º | 0.32% | 0.64% | - |
| HSV(B) | 278.64º | 0.31% | 0.76% | - |
| XYZ | 35.16 | 29.67 | 54.33 | - |
| YUV | 152.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 193 | 0.11 | 0.31 | 0 | 0.24 | 278.64 | 0.32 | 0.64 |
| Hex | AC | 86 | C1 | B | 1F | 0 | 18 | 117 | 20 | 40 |
| Octal | 254 | 206 | 301 | 13 | 37 | 0 | 30 | 427 | 40 | 100 |
| Binary | 10101100 | 10000110 | 11000001 | 1011 | 11111 | 0 | 11000 | 100010111 | 100000 | 1000000 |
Color Harmonies of #AC86C1
Complementary color
Monochromatic Colors of #AC86C1
Black with #AC86C1
Text Example
Text Example
White with #AC86C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC86C1; }
p { color: rgb(172,134,193); }
H1.HeaderClassName
{
color: #AC86C1;
}
.AnyTagClassName
{
color: #AC86C1;
}
</style>
background-color css
<style>
a { background-color: #AC86C1; }
a { background-color: rgb(172,134,193); }
div.DivClassName
{
background-color: #AC86C1;
}
.BgClassName
{
background-color: #AC86C1;
}
</style>
border-color css
<style>
span { border-color: #AC86C1; }
span { border-color: rgb(172,134,193); }
td.TdClassName
{
border-color: #AC86C1;
}
.TagClassName
{
border-color: #AC86C1;
}
</style>