Shades of East Side #AB7CC5
Tints of East Side #AB7CC5
RGB
CMYK
RGB Variations
Color information
#AB7CC5 (or 0xAB7CC5) is known color: East Side. HEX triplet: AB, 7C and C5. RGB value is (171,124,197). Sum of RGB (Red+Green+Blue) = 171+124+197=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB7CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7CC5 is #54833A. Grayscale: #929292. Windows color (decimal): -5538619 or 12942507. OLE color: 12942507.
HSL color Cylindrical-coordinate representation of color #AB7CC5: hue angle of 278.63º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB7CC5 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 124 | 197 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.23 |
| HSL | 278.63º | 0.39% | 0.63% | - |
| HSV(B) | 278.63º | 0.37% | 0.77% | - |
| XYZ | 34.08 | 27.1 | 56.26 | - |
| YUV | 146.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 197 | 0.13 | 0.37 | 0 | 0.23 | 278.63 | 0.39 | 0.63 |
| Hex | AB | 7C | C5 | D | 25 | 0 | 17 | 117 | 27 | 3F |
| Octal | 253 | 174 | 305 | 15 | 45 | 0 | 27 | 427 | 47 | 77 |
| Binary | 10101011 | 1111100 | 11000101 | 1101 | 100101 | 0 | 10111 | 100010111 | 100111 | 111111 |
Color Harmonies of #AB7CC5
Complementary color
Monochromatic Colors of #AB7CC5
Black with #AB7CC5
Text Example
Text Example
White with #AB7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CC5; }
p { color: rgb(171,124,197); }
H1.HeaderClassName
{
color: #AB7CC5;
}
.AnyTagClassName
{
color: #AB7CC5;
}
</style>
background-color css
<style>
a { background-color: #AB7CC5; }
a { background-color: rgb(171,124,197); }
div.DivClassName
{
background-color: #AB7CC5;
}
.BgClassName
{
background-color: #AB7CC5;
}
</style>
border-color css
<style>
span { border-color: #AB7CC5; }
span { border-color: rgb(171,124,197); }
td.TdClassName
{
border-color: #AB7CC5;
}
.TagClassName
{
border-color: #AB7CC5;
}
</style>