Shades of East Side #AB7CCC
Tints of East Side #AB7CCC
RGB
CMYK
RGB Variations
Color information
#AB7CCC (or 0xAB7CCC) is known color: East Side. HEX triplet: AB, 7C and CC. RGB value is (171,124,204). Sum of RGB (Red+Green+Blue) = 171+124+204=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 124 (48.83% from 255 or 24.85% 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 #AB7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7CCC is #548333. Grayscale: #929292. Windows color (decimal): -5538612 or 13401259. OLE color: 13401259.
HSL color Cylindrical-coordinate representation of color #AB7CCC: hue angle of 275.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB7CCC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 124 | 204 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.2 |
| HSL | 275.25º | 0.44% | 0.64% | - |
| HSV(B) | 275.25º | 0.39% | 0.8% | - |
| XYZ | 34.9 | 27.43 | 60.58 | - |
| YUV | 147.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 204 | 0.16 | 0.39 | 0 | 0.2 | 275.25 | 0.44 | 0.64 |
| Hex | AB | 7C | CC | 10 | 27 | 0 | 14 | 113 | 2C | 40 |
| Octal | 253 | 174 | 314 | 20 | 47 | 0 | 24 | 423 | 54 | 100 |
| Binary | 10101011 | 1111100 | 11001100 | 10000 | 100111 | 0 | 10100 | 100010011 | 101100 | 1000000 |
Color Harmonies of #AB7CCC
Complementary color
Monochromatic Colors of #AB7CCC
Black with #AB7CCC
Text Example
Text Example
White with #AB7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CCC; }
p { color: rgb(171,124,204); }
H1.HeaderClassName
{
color: #AB7CCC;
}
.AnyTagClassName
{
color: #AB7CCC;
}
</style>
background-color css
<style>
a { background-color: #AB7CCC; }
a { background-color: rgb(171,124,204); }
div.DivClassName
{
background-color: #AB7CCC;
}
.BgClassName
{
background-color: #AB7CCC;
}
</style>
border-color css
<style>
span { border-color: #AB7CCC; }
span { border-color: rgb(171,124,204); }
td.TdClassName
{
border-color: #AB7CCC;
}
.TagClassName
{
border-color: #AB7CCC;
}
</style>