Shades of East Side #AC85CE
Tints of East Side #AC85CE
RGB
CMYK
RGB Variations
Color information
#AC85CE (or 0xAC85CE) is known color: East Side. HEX triplet: AC, 85 and CE. RGB value is (172,133,206). Sum of RGB (Red+Green+Blue) = 172+133+206=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85CE is #537A31. Grayscale: #989898. Windows color (decimal): -5470770 or 13534636. OLE color: 13534636.
HSL color Cylindrical-coordinate representation of color #AC85CE: hue angle of 272.05º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC85CE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 133 | 206 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.19 |
| HSL | 272.05º | 0.43% | 0.66% | - |
| HSV(B) | 272.05º | 0.35% | 0.81% | - |
| XYZ | 36.54 | 30 | 62.26 | - |
| YUV | 152.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 206 | 0.17 | 0.35 | 0 | 0.19 | 272.05 | 0.43 | 0.66 |
| Hex | AC | 85 | CE | 11 | 23 | 0 | 13 | 110 | 2B | 42 |
| Octal | 254 | 205 | 316 | 21 | 43 | 0 | 23 | 420 | 53 | 102 |
| Binary | 10101100 | 10000101 | 11001110 | 10001 | 100011 | 0 | 10011 | 100010000 | 101011 | 1000010 |
Color Harmonies of #AC85CE
Complementary color
Monochromatic Colors of #AC85CE
Black with #AC85CE
Text Example
Text Example
White with #AC85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85CE; }
p { color: rgb(172,133,206); }
H1.HeaderClassName
{
color: #AC85CE;
}
.AnyTagClassName
{
color: #AC85CE;
}
</style>
background-color css
<style>
a { background-color: #AC85CE; }
a { background-color: rgb(172,133,206); }
div.DivClassName
{
background-color: #AC85CE;
}
.BgClassName
{
background-color: #AC85CE;
}
</style>
border-color css
<style>
span { border-color: #AC85CE; }
span { border-color: rgb(172,133,206); }
td.TdClassName
{
border-color: #AC85CE;
}
.TagClassName
{
border-color: #AC85CE;
}
</style>