Shades of East Side #AC8BBE
Tints of East Side #AC8BBE
RGB
CMYK
RGB Variations
Color information
#AC8BBE (or 0xAC8BBE) is known color: East Side. HEX triplet: AC, 8B and BE. RGB value is (172,139,190). Sum of RGB (Red+Green+Blue) = 172+139+190=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BBE is #537441. Grayscale: #9A9A9A. Windows color (decimal): -5469250 or 12487596. OLE color: 12487596.
HSL color Cylindrical-coordinate representation of color #AC8BBE: hue angle of 278.82º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC8BBE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 139 | 190 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.25 |
| HSL | 278.82º | 0.28% | 0.65% | - |
| HSV(B) | 278.82º | 0.27% | 0.75% | - |
| XYZ | 35.54 | 30.95 | 52.82 | - |
| YUV | 154.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 190 | 0.09 | 0.27 | 0 | 0.25 | 278.82 | 0.28 | 0.65 |
| Hex | AC | 8B | BE | 9 | 1B | 0 | 19 | 117 | 1C | 41 |
| Octal | 254 | 213 | 276 | 11 | 33 | 0 | 31 | 427 | 34 | 101 |
| Binary | 10101100 | 10001011 | 10111110 | 1001 | 11011 | 0 | 11001 | 100010111 | 11100 | 1000001 |
Color Harmonies of #AC8BBE
Complementary color
Monochromatic Colors of #AC8BBE
Black with #AC8BBE
Text Example
Text Example
White with #AC8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8BBE; }
p { color: rgb(172,139,190); }
H1.HeaderClassName
{
color: #AC8BBE;
}
.AnyTagClassName
{
color: #AC8BBE;
}
</style>
background-color css
<style>
a { background-color: #AC8BBE; }
a { background-color: rgb(172,139,190); }
div.DivClassName
{
background-color: #AC8BBE;
}
.BgClassName
{
background-color: #AC8BBE;
}
</style>
border-color css
<style>
span { border-color: #AC8BBE; }
span { border-color: rgb(172,139,190); }
td.TdClassName
{
border-color: #AC8BBE;
}
.TagClassName
{
border-color: #AC8BBE;
}
</style>