Shades of East Side #AB77CC
Tints of East Side #AB77CC
RGB
CMYK
RGB Variations
Color information
#AB77CC (or 0xAB77CC) is known color: East Side. HEX triplet: AB, 77 and CC. RGB value is (171,119,204). Sum of RGB (Red+Green+Blue) = 171+119+204=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB77CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77CC is #548833. Grayscale: #8F8F8F. Windows color (decimal): -5539892 or 13399979. OLE color: 13399979.
HSL color Cylindrical-coordinate representation of color #AB77CC: hue angle of 276.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB77CC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 119 | 204 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.2 |
| HSL | 276.71º | 0.45% | 0.63% | - |
| HSV(B) | 276.71º | 0.42% | 0.8% | - |
| XYZ | 34.29 | 26.21 | 60.38 | - |
| YUV | 144.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 204 | 0.16 | 0.42 | 0 | 0.2 | 276.71 | 0.45 | 0.63 |
| Hex | AB | 77 | CC | 10 | 2A | 0 | 14 | 115 | 2D | 3F |
| Octal | 253 | 167 | 314 | 20 | 52 | 0 | 24 | 425 | 55 | 77 |
| Binary | 10101011 | 1110111 | 11001100 | 10000 | 101010 | 0 | 10100 | 100010101 | 101101 | 111111 |
Color Harmonies of #AB77CC
Complementary color
Monochromatic Colors of #AB77CC
Black with #AB77CC
Text Example
Text Example
White with #AB77CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77CC; }
p { color: rgb(171,119,204); }
H1.HeaderClassName
{
color: #AB77CC;
}
.AnyTagClassName
{
color: #AB77CC;
}
</style>
background-color css
<style>
a { background-color: #AB77CC; }
a { background-color: rgb(171,119,204); }
div.DivClassName
{
background-color: #AB77CC;
}
.BgClassName
{
background-color: #AB77CC;
}
</style>
border-color css
<style>
span { border-color: #AB77CC; }
span { border-color: rgb(171,119,204); }
td.TdClassName
{
border-color: #AB77CC;
}
.TagClassName
{
border-color: #AB77CC;
}
</style>