Shades of East Side #AB72B7
Tints of East Side #AB72B7
RGB
CMYK
RGB Variations
Color information
#AB72B7 (or 0xAB72B7) is known color: East Side. HEX triplet: AB, 72 and B7. RGB value is (171,114,183). Sum of RGB (Red+Green+Blue) = 171+114+183=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB72B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72B7 is #548D48. Grayscale: #8A8A8A. Windows color (decimal): -5541193 or 12022443. OLE color: 12022443.
HSL color Cylindrical-coordinate representation of color #AB72B7: hue angle of 289.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB72B7 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 114 | 183 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.28 |
| HSL | 289.57º | 0.32% | 0.58% | - |
| HSV(B) | 289.57º | 0.38% | 0.72% | - |
| XYZ | 31.36 | 24.11 | 47.8 | - |
| YUV | 138.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 183 | 0.07 | 0.38 | 0 | 0.28 | 289.57 | 0.32 | 0.58 |
| Hex | AB | 72 | B7 | 7 | 26 | 0 | 1C | 122 | 20 | 3A |
| Octal | 253 | 162 | 267 | 7 | 46 | 0 | 34 | 442 | 40 | 72 |
| Binary | 10101011 | 1110010 | 10110111 | 111 | 100110 | 0 | 11100 | 100100010 | 100000 | 111010 |
Color Harmonies of #AB72B7
Complementary color
Monochromatic Colors of #AB72B7
Black with #AB72B7
Text Example
Text Example
White with #AB72B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB72B7; }
p { color: rgb(171,114,183); }
H1.HeaderClassName
{
color: #AB72B7;
}
.AnyTagClassName
{
color: #AB72B7;
}
</style>
background-color css
<style>
a { background-color: #AB72B7; }
a { background-color: rgb(171,114,183); }
div.DivClassName
{
background-color: #AB72B7;
}
.BgClassName
{
background-color: #AB72B7;
}
</style>
border-color css
<style>
span { border-color: #AB72B7; }
span { border-color: rgb(171,114,183); }
td.TdClassName
{
border-color: #AB72B7;
}
.TagClassName
{
border-color: #AB72B7;
}
</style>