Shades of East Side #AC87C2
Tints of East Side #AC87C2
RGB
CMYK
RGB Variations
Color information
#AC87C2 (or 0xAC87C2) is known color: East Side. HEX triplet: AC, 87 and C2. RGB value is (172,135,194). Sum of RGB (Red+Green+Blue) = 172+135+194=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC87C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC87C2 is #53783D. Grayscale: #989898. Windows color (decimal): -5470270 or 12748716. OLE color: 12748716.
HSL color Cylindrical-coordinate representation of color #AC87C2: hue angle of 277.63º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC87C2 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 135 | 194 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.24 |
| HSL | 277.63º | 0.33% | 0.65% | - |
| HSV(B) | 277.63º | 0.3% | 0.76% | - |
| XYZ | 35.41 | 29.99 | 54.96 | - |
| YUV | 152.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 194 | 0.11 | 0.30 | 0 | 0.24 | 277.63 | 0.33 | 0.65 |
| Hex | AC | 87 | C2 | B | 1E | 0 | 18 | 116 | 21 | 41 |
| Octal | 254 | 207 | 302 | 13 | 36 | 0 | 30 | 426 | 41 | 101 |
| Binary | 10101100 | 10000111 | 11000010 | 1011 | 11110 | 0 | 11000 | 100010110 | 100001 | 1000001 |
Color Harmonies of #AC87C2
Complementary color
Monochromatic Colors of #AC87C2
Black with #AC87C2
Text Example
Text Example
White with #AC87C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC87C2; }
p { color: rgb(172,135,194); }
H1.HeaderClassName
{
color: #AC87C2;
}
.AnyTagClassName
{
color: #AC87C2;
}
</style>
background-color css
<style>
a { background-color: #AC87C2; }
a { background-color: rgb(172,135,194); }
div.DivClassName
{
background-color: #AC87C2;
}
.BgClassName
{
background-color: #AC87C2;
}
</style>
border-color css
<style>
span { border-color: #AC87C2; }
span { border-color: rgb(172,135,194); }
td.TdClassName
{
border-color: #AC87C2;
}
.TagClassName
{
border-color: #AC87C2;
}
</style>