Shades of East Side #AB76C6
Tints of East Side #AB76C6
RGB
CMYK
RGB Variations
Color information
#AB76C6 (or 0xAB76C6) is known color: East Side. HEX triplet: AB, 76 and C6. RGB value is (171,118,198). Sum of RGB (Red+Green+Blue) = 171+118+198=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB76C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76C6 is #548939. Grayscale: #8E8E8E. Windows color (decimal): -5540154 or 13006507. OLE color: 13006507.
HSL color Cylindrical-coordinate representation of color #AB76C6: hue angle of 279.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB76C6 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 118 | 198 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.22 |
| HSL | 279.75º | 0.41% | 0.62% | - |
| HSV(B) | 279.75º | 0.4% | 0.78% | - |
| XYZ | 33.47 | 25.69 | 56.62 | - |
| YUV | 142.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 198 | 0.14 | 0.40 | 0 | 0.22 | 279.75 | 0.41 | 0.62 |
| Hex | AB | 76 | C6 | E | 28 | 0 | 16 | 118 | 29 | 3E |
| Octal | 253 | 166 | 306 | 16 | 50 | 0 | 26 | 430 | 51 | 76 |
| Binary | 10101011 | 1110110 | 11000110 | 1110 | 101000 | 0 | 10110 | 100011000 | 101001 | 111110 |
Color Harmonies of #AB76C6
Complementary color
Monochromatic Colors of #AB76C6
Black with #AB76C6
Text Example
Text Example
White with #AB76C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76C6; }
p { color: rgb(171,118,198); }
H1.HeaderClassName
{
color: #AB76C6;
}
.AnyTagClassName
{
color: #AB76C6;
}
</style>
background-color css
<style>
a { background-color: #AB76C6; }
a { background-color: rgb(171,118,198); }
div.DivClassName
{
background-color: #AB76C6;
}
.BgClassName
{
background-color: #AB76C6;
}
</style>
border-color css
<style>
span { border-color: #AB76C6; }
span { border-color: rgb(171,118,198); }
td.TdClassName
{
border-color: #AB76C6;
}
.TagClassName
{
border-color: #AB76C6;
}
</style>