Shades of East Side #AB77C4
Tints of East Side #AB77C4
RGB
CMYK
RGB Variations
Color information
#AB77C4 (or 0xAB77C4) is known color: East Side. HEX triplet: AB, 77 and C4. RGB value is (171,119,196). Sum of RGB (Red+Green+Blue) = 171+119+196=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB77C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77C4 is #54883B. Grayscale: #8F8F8F. Windows color (decimal): -5539900 or 12875691. OLE color: 12875691.
HSL color Cylindrical-coordinate representation of color #AB77C4: hue angle of 280.52º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB77C4 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 119 | 196 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.23 |
| HSL | 280.52º | 0.39% | 0.62% | - |
| HSV(B) | 280.52º | 0.39% | 0.77% | - |
| XYZ | 33.36 | 25.84 | 55.45 | - |
| YUV | 143.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 196 | 0.13 | 0.39 | 0 | 0.23 | 280.52 | 0.39 | 0.62 |
| Hex | AB | 77 | C4 | D | 27 | 0 | 17 | 119 | 27 | 3E |
| Octal | 253 | 167 | 304 | 15 | 47 | 0 | 27 | 431 | 47 | 76 |
| Binary | 10101011 | 1110111 | 11000100 | 1101 | 100111 | 0 | 10111 | 100011001 | 100111 | 111110 |
Color Harmonies of #AB77C4
Complementary color
Monochromatic Colors of #AB77C4
Black with #AB77C4
Text Example
Text Example
White with #AB77C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77C4; }
p { color: rgb(171,119,196); }
H1.HeaderClassName
{
color: #AB77C4;
}
.AnyTagClassName
{
color: #AB77C4;
}
</style>
background-color css
<style>
a { background-color: #AB77C4; }
a { background-color: rgb(171,119,196); }
div.DivClassName
{
background-color: #AB77C4;
}
.BgClassName
{
background-color: #AB77C4;
}
</style>
border-color css
<style>
span { border-color: #AB77C4; }
span { border-color: rgb(171,119,196); }
td.TdClassName
{
border-color: #AB77C4;
}
.TagClassName
{
border-color: #AB77C4;
}
</style>