Shades of East Side #AC7BCC
Tints of East Side #AC7BCC
RGB
CMYK
RGB Variations
Color information
#AC7BCC (or 0xAC7BCC) is known color: East Side. HEX triplet: AC, 7B and CC. RGB value is (172,123,204). Sum of RGB (Red+Green+Blue) = 172+123+204=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC7BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BCC is #538433. Grayscale: #929292. Windows color (decimal): -5473332 or 13401004. OLE color: 13401004.
HSL color Cylindrical-coordinate representation of color #AC7BCC: hue angle of 276.3º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7BCC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 123 | 204 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.2 |
| HSL | 276.3º | 0.44% | 0.64% | - |
| HSV(B) | 276.3º | 0.4% | 0.8% | - |
| XYZ | 35 | 27.3 | 60.55 | - |
| YUV | 146.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 204 | 0.16 | 0.40 | 0 | 0.2 | 276.3 | 0.44 | 0.64 |
| Hex | AC | 7B | CC | 10 | 28 | 0 | 14 | 114 | 2C | 40 |
| Octal | 254 | 173 | 314 | 20 | 50 | 0 | 24 | 424 | 54 | 100 |
| Binary | 10101100 | 1111011 | 11001100 | 10000 | 101000 | 0 | 10100 | 100010100 | 101100 | 1000000 |
Color Harmonies of #AC7BCC
Complementary color
Monochromatic Colors of #AC7BCC
Black with #AC7BCC
Text Example
Text Example
White with #AC7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BCC; }
p { color: rgb(172,123,204); }
H1.HeaderClassName
{
color: #AC7BCC;
}
.AnyTagClassName
{
color: #AC7BCC;
}
</style>
background-color css
<style>
a { background-color: #AC7BCC; }
a { background-color: rgb(172,123,204); }
div.DivClassName
{
background-color: #AC7BCC;
}
.BgClassName
{
background-color: #AC7BCC;
}
</style>
border-color css
<style>
span { border-color: #AC7BCC; }
span { border-color: rgb(172,123,204); }
td.TdClassName
{
border-color: #AC7BCC;
}
.TagClassName
{
border-color: #AC7BCC;
}
</style>