Shades of East Side #AC82BE
Tints of East Side #AC82BE
RGB
CMYK
RGB Variations
Color information
#AC82BE (or 0xAC82BE) is known color: East Side. HEX triplet: AC, 82 and BE. RGB value is (172,130,190). Sum of RGB (Red+Green+Blue) = 172+130+190=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC82BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82BE is #537D41. Grayscale: #959595. Windows color (decimal): -5471554 or 12485292. OLE color: 12485292.
HSL color Cylindrical-coordinate representation of color #AC82BE: hue angle of 282º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC82BE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 130 | 190 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.25 |
| HSL | 282º | 0.32% | 0.63% | - |
| HSV(B) | 282º | 0.32% | 0.75% | - |
| XYZ | 34.29 | 28.45 | 52.4 | - |
| YUV | 149.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 190 | 0.09 | 0.32 | 0 | 0.25 | 282 | 0.32 | 0.63 |
| Hex | AC | 82 | BE | 9 | 20 | 0 | 19 | 11A | 20 | 3F |
| Octal | 254 | 202 | 276 | 11 | 40 | 0 | 31 | 432 | 40 | 77 |
| Binary | 10101100 | 10000010 | 10111110 | 1001 | 100000 | 0 | 11001 | 100011010 | 100000 | 111111 |
Color Harmonies of #AC82BE
Complementary color
Monochromatic Colors of #AC82BE
Black with #AC82BE
Text Example
Text Example
White with #AC82BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC82BE; }
p { color: rgb(172,130,190); }
H1.HeaderClassName
{
color: #AC82BE;
}
.AnyTagClassName
{
color: #AC82BE;
}
</style>
background-color css
<style>
a { background-color: #AC82BE; }
a { background-color: rgb(172,130,190); }
div.DivClassName
{
background-color: #AC82BE;
}
.BgClassName
{
background-color: #AC82BE;
}
</style>
border-color css
<style>
span { border-color: #AC82BE; }
span { border-color: rgb(172,130,190); }
td.TdClassName
{
border-color: #AC82BE;
}
.TagClassName
{
border-color: #AC82BE;
}
</style>