Shades of East Side #AC8BCC
Tints of East Side #AC8BCC
RGB
CMYK
RGB Variations
Color information
#AC8BCC (or 0xAC8BCC) is known color: East Side. HEX triplet: AC, 8B and CC. RGB value is (172,139,204). Sum of RGB (Red+Green+Blue) = 172+139+204=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC8BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BCC is #537433. Grayscale: #9C9C9C. Windows color (decimal): -5469236 or 13405100. OLE color: 13405100.
HSL color Cylindrical-coordinate representation of color #AC8BCC: hue angle of 270.46º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC8BCC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 139 | 204 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.2 |
| HSL | 270.46º | 0.39% | 0.67% | - |
| HSV(B) | 270.46º | 0.32% | 0.8% | - |
| XYZ | 37.14 | 31.6 | 61.27 | - |
| YUV | 156.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 204 | 0.16 | 0.32 | 0 | 0.2 | 270.46 | 0.39 | 0.67 |
| Hex | AC | 8B | CC | 10 | 20 | 0 | 14 | 10E | 27 | 43 |
| Octal | 254 | 213 | 314 | 20 | 40 | 0 | 24 | 416 | 47 | 103 |
| Binary | 10101100 | 10001011 | 11001100 | 10000 | 100000 | 0 | 10100 | 100001110 | 100111 | 1000011 |
Color Harmonies of #AC8BCC
Complementary color
Monochromatic Colors of #AC8BCC
Black with #AC8BCC
Text Example
Text Example
White with #AC8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8BCC; }
p { color: rgb(172,139,204); }
H1.HeaderClassName
{
color: #AC8BCC;
}
.AnyTagClassName
{
color: #AC8BCC;
}
</style>
background-color css
<style>
a { background-color: #AC8BCC; }
a { background-color: rgb(172,139,204); }
div.DivClassName
{
background-color: #AC8BCC;
}
.BgClassName
{
background-color: #AC8BCC;
}
</style>
border-color css
<style>
span { border-color: #AC8BCC; }
span { border-color: rgb(172,139,204); }
td.TdClassName
{
border-color: #AC8BCC;
}
.TagClassName
{
border-color: #AC8BCC;
}
</style>