Shades of East Side #AB76C9
Tints of East Side #AB76C9
RGB
CMYK
RGB Variations
Color information
#AB76C9 (or 0xAB76C9) is known color: East Side. HEX triplet: AB, 76 and C9. RGB value is (171,118,201). Sum of RGB (Red+Green+Blue) = 171+118+201=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB76C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76C9 is #548936. Grayscale: #8F8F8F. Windows color (decimal): -5540151 or 13203115. OLE color: 13203115.
HSL color Cylindrical-coordinate representation of color #AB76C9: hue angle of 278.31º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB76C9 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 118 | 201 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.21 |
| HSL | 278.31º | 0.43% | 0.63% | - |
| HSV(B) | 278.31º | 0.41% | 0.79% | - |
| XYZ | 33.82 | 25.83 | 58.46 | - |
| YUV | 143.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 201 | 0.15 | 0.41 | 0 | 0.21 | 278.31 | 0.43 | 0.63 |
| Hex | AB | 76 | C9 | F | 29 | 0 | 15 | 116 | 2B | 3F |
| Octal | 253 | 166 | 311 | 17 | 51 | 0 | 25 | 426 | 53 | 77 |
| Binary | 10101011 | 1110110 | 11001001 | 1111 | 101001 | 0 | 10101 | 100010110 | 101011 | 111111 |
Color Harmonies of #AB76C9
Complementary color
Monochromatic Colors of #AB76C9
Black with #AB76C9
Text Example
Text Example
White with #AB76C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76C9; }
p { color: rgb(171,118,201); }
H1.HeaderClassName
{
color: #AB76C9;
}
.AnyTagClassName
{
color: #AB76C9;
}
</style>
background-color css
<style>
a { background-color: #AB76C9; }
a { background-color: rgb(171,118,201); }
div.DivClassName
{
background-color: #AB76C9;
}
.BgClassName
{
background-color: #AB76C9;
}
</style>
border-color css
<style>
span { border-color: #AB76C9; }
span { border-color: rgb(171,118,201); }
td.TdClassName
{
border-color: #AB76C9;
}
.TagClassName
{
border-color: #AB76C9;
}
</style>