Shades of East Side #AB77C2
Tints of East Side #AB77C2
RGB
CMYK
RGB Variations
Color information
#AB77C2 (or 0xAB77C2) is known color: East Side. HEX triplet: AB, 77 and C2. RGB value is (171,119,194). Sum of RGB (Red+Green+Blue) = 171+119+194=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB77C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77C2 is #54883D. Grayscale: #8E8E8E. Windows color (decimal): -5539902 or 12744619. OLE color: 12744619.
HSL color Cylindrical-coordinate representation of color #AB77C2: hue angle of 281.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB77C2 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 119 | 194 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.24 |
| HSL | 281.6º | 0.38% | 0.61% | - |
| HSV(B) | 281.6º | 0.39% | 0.76% | - |
| XYZ | 33.13 | 25.75 | 54.26 | - |
| YUV | 143.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 194 | 0.12 | 0.39 | 0 | 0.24 | 281.6 | 0.38 | 0.61 |
| Hex | AB | 77 | C2 | C | 27 | 0 | 18 | 11A | 26 | 3D |
| Octal | 253 | 167 | 302 | 14 | 47 | 0 | 30 | 432 | 46 | 75 |
| Binary | 10101011 | 1110111 | 11000010 | 1100 | 100111 | 0 | 11000 | 100011010 | 100110 | 111101 |
Color Harmonies of #AB77C2
Complementary color
Monochromatic Colors of #AB77C2
Black with #AB77C2
Text Example
Text Example
White with #AB77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77C2; }
p { color: rgb(171,119,194); }
H1.HeaderClassName
{
color: #AB77C2;
}
.AnyTagClassName
{
color: #AB77C2;
}
</style>
background-color css
<style>
a { background-color: #AB77C2; }
a { background-color: rgb(171,119,194); }
div.DivClassName
{
background-color: #AB77C2;
}
.BgClassName
{
background-color: #AB77C2;
}
</style>
border-color css
<style>
span { border-color: #AB77C2; }
span { border-color: rgb(171,119,194); }
td.TdClassName
{
border-color: #AB77C2;
}
.TagClassName
{
border-color: #AB77C2;
}
</style>