Shades of East Side #AC80CE
Tints of East Side #AC80CE
RGB
CMYK
RGB Variations
Color information
#AC80CE (or 0xAC80CE) is known color: East Side. HEX triplet: AC, 80 and CE. RGB value is (172,128,206). Sum of RGB (Red+Green+Blue) = 172+128+206=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC80CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80CE is #537F31. Grayscale: #959595. Windows color (decimal): -5472050 or 13533356. OLE color: 13533356.
HSL color Cylindrical-coordinate representation of color #AC80CE: hue angle of 273.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC80CE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 128 | 206 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.19 |
| HSL | 273.85º | 0.44% | 0.65% | - |
| HSV(B) | 273.85º | 0.38% | 0.81% | - |
| XYZ | 35.87 | 28.67 | 62.03 | - |
| YUV | 150.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 206 | 0.17 | 0.38 | 0 | 0.19 | 273.85 | 0.44 | 0.65 |
| Hex | AC | 80 | CE | 11 | 26 | 0 | 13 | 112 | 2C | 41 |
| Octal | 254 | 200 | 316 | 21 | 46 | 0 | 23 | 422 | 54 | 101 |
| Binary | 10101100 | 10000000 | 11001110 | 10001 | 100110 | 0 | 10011 | 100010010 | 101100 | 1000001 |
Color Harmonies of #AC80CE
Complementary color
Monochromatic Colors of #AC80CE
Black with #AC80CE
Text Example
Text Example
White with #AC80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80CE; }
p { color: rgb(172,128,206); }
H1.HeaderClassName
{
color: #AC80CE;
}
.AnyTagClassName
{
color: #AC80CE;
}
</style>
background-color css
<style>
a { background-color: #AC80CE; }
a { background-color: rgb(172,128,206); }
div.DivClassName
{
background-color: #AC80CE;
}
.BgClassName
{
background-color: #AC80CE;
}
</style>
border-color css
<style>
span { border-color: #AC80CE; }
span { border-color: rgb(172,128,206); }
td.TdClassName
{
border-color: #AC80CE;
}
.TagClassName
{
border-color: #AC80CE;
}
</style>