Shades of East Side #AC80BE
Tints of East Side #AC80BE
RGB
CMYK
RGB Variations
Color information
#AC80BE (or 0xAC80BE) is known color: East Side. HEX triplet: AC, 80 and BE. RGB value is (172,128,190). Sum of RGB (Red+Green+Blue) = 172+128+190=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80BE is #537F41. Grayscale: #949494. Windows color (decimal): -5472066 or 12484780. OLE color: 12484780.
HSL color Cylindrical-coordinate representation of color #AC80BE: hue angle of 282.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC80BE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 128 | 190 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.25 |
| HSL | 282.58º | 0.32% | 0.62% | - |
| HSV(B) | 282.58º | 0.33% | 0.75% | - |
| XYZ | 34.03 | 27.93 | 52.31 | - |
| YUV | 148.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 190 | 0.09 | 0.33 | 0 | 0.25 | 282.58 | 0.32 | 0.62 |
| Hex | AC | 80 | BE | 9 | 21 | 0 | 19 | 11B | 20 | 3E |
| Octal | 254 | 200 | 276 | 11 | 41 | 0 | 31 | 433 | 40 | 76 |
| Binary | 10101100 | 10000000 | 10111110 | 1001 | 100001 | 0 | 11001 | 100011011 | 100000 | 111110 |
Color Harmonies of #AC80BE
Complementary color
Monochromatic Colors of #AC80BE
Black with #AC80BE
Text Example
Text Example
White with #AC80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80BE; }
p { color: rgb(172,128,190); }
H1.HeaderClassName
{
color: #AC80BE;
}
.AnyTagClassName
{
color: #AC80BE;
}
</style>
background-color css
<style>
a { background-color: #AC80BE; }
a { background-color: rgb(172,128,190); }
div.DivClassName
{
background-color: #AC80BE;
}
.BgClassName
{
background-color: #AC80BE;
}
</style>
border-color css
<style>
span { border-color: #AC80BE; }
span { border-color: rgb(172,128,190); }
td.TdClassName
{
border-color: #AC80BE;
}
.TagClassName
{
border-color: #AC80BE;
}
</style>