Shades of East Side #AB73BA
Tints of East Side #AB73BA
RGB
CMYK
RGB Variations
Color information
#AB73BA (or 0xAB73BA) is known color: East Side. HEX triplet: AB, 73 and BA. RGB value is (171,115,186). Sum of RGB (Red+Green+Blue) = 171+115+186=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73BA is #548C45. Grayscale: #8B8B8B. Windows color (decimal): -5540934 or 12219307. OLE color: 12219307.
HSL color Cylindrical-coordinate representation of color #AB73BA: hue angle of 287.32º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB73BA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 115 | 186 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.27 |
| HSL | 287.32º | 0.34% | 0.59% | - |
| HSV(B) | 287.32º | 0.38% | 0.73% | - |
| XYZ | 31.79 | 24.46 | 49.5 | - |
| YUV | 139.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 186 | 0.08 | 0.38 | 0 | 0.27 | 287.32 | 0.34 | 0.59 |
| Hex | AB | 73 | BA | 8 | 26 | 0 | 1B | 11F | 22 | 3B |
| Octal | 253 | 163 | 272 | 10 | 46 | 0 | 33 | 437 | 42 | 73 |
| Binary | 10101011 | 1110011 | 10111010 | 1000 | 100110 | 0 | 11011 | 100011111 | 100010 | 111011 |
Color Harmonies of #AB73BA
Complementary color
Monochromatic Colors of #AB73BA
Black with #AB73BA
Text Example
Text Example
White with #AB73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73BA; }
p { color: rgb(171,115,186); }
H1.HeaderClassName
{
color: #AB73BA;
}
.AnyTagClassName
{
color: #AB73BA;
}
</style>
background-color css
<style>
a { background-color: #AB73BA; }
a { background-color: rgb(171,115,186); }
div.DivClassName
{
background-color: #AB73BA;
}
.BgClassName
{
background-color: #AB73BA;
}
</style>
border-color css
<style>
span { border-color: #AB73BA; }
span { border-color: rgb(171,115,186); }
td.TdClassName
{
border-color: #AB73BA;
}
.TagClassName
{
border-color: #AB73BA;
}
</style>