Shades of East Side #AB79C0
Tints of East Side #AB79C0
RGB
CMYK
RGB Variations
Color information
#AB79C0 (or 0xAB79C0) is known color: East Side. HEX triplet: AB, 79 and C0. RGB value is (171,121,192). Sum of RGB (Red+Green+Blue) = 171+121+192=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB79C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB79C0 is #54863F. Grayscale: #8F8F8F. Windows color (decimal): -5539392 or 12614059. OLE color: 12614059.
HSL color Cylindrical-coordinate representation of color #AB79C0: hue angle of 282.25º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB79C0 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 121 | 192 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.25 |
| HSL | 282.25º | 0.36% | 0.61% | - |
| HSV(B) | 282.25º | 0.37% | 0.75% | - |
| XYZ | 33.15 | 26.14 | 53.17 | - |
| YUV | 144.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 192 | 0.11 | 0.37 | 0 | 0.25 | 282.25 | 0.36 | 0.61 |
| Hex | AB | 79 | C0 | B | 25 | 0 | 19 | 11A | 24 | 3D |
| Octal | 253 | 171 | 300 | 13 | 45 | 0 | 31 | 432 | 44 | 75 |
| Binary | 10101011 | 1111001 | 11000000 | 1011 | 100101 | 0 | 11001 | 100011010 | 100100 | 111101 |
Color Harmonies of #AB79C0
Complementary color
Monochromatic Colors of #AB79C0
Black with #AB79C0
Text Example
Text Example
White with #AB79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB79C0; }
p { color: rgb(171,121,192); }
H1.HeaderClassName
{
color: #AB79C0;
}
.AnyTagClassName
{
color: #AB79C0;
}
</style>
background-color css
<style>
a { background-color: #AB79C0; }
a { background-color: rgb(171,121,192); }
div.DivClassName
{
background-color: #AB79C0;
}
.BgClassName
{
background-color: #AB79C0;
}
</style>
border-color css
<style>
span { border-color: #AB79C0; }
span { border-color: rgb(171,121,192); }
td.TdClassName
{
border-color: #AB79C0;
}
.TagClassName
{
border-color: #AB79C0;
}
</style>