Shades of East Side #AB74BA
Tints of East Side #AB74BA
RGB
CMYK
RGB Variations
Color information
#AB74BA (or 0xAB74BA) is known color: East Side. HEX triplet: AB, 74 and BA. RGB value is (171,116,186). Sum of RGB (Red+Green+Blue) = 171+116+186=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74BA is #548B45. Grayscale: #8C8C8C. Windows color (decimal): -5540678 or 12219563. OLE color: 12219563.
HSL color Cylindrical-coordinate representation of color #AB74BA: hue angle of 287.14º 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 #AB74BA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 116 | 186 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.27 |
| HSL | 287.14º | 0.34% | 0.59% | - |
| HSV(B) | 287.14º | 0.38% | 0.73% | - |
| XYZ | 31.9 | 24.69 | 49.54 | - |
| YUV | 140.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 186 | 0.08 | 0.38 | 0 | 0.27 | 287.14 | 0.34 | 0.59 |
| Hex | AB | 74 | BA | 8 | 26 | 0 | 1B | 11F | 22 | 3B |
| Octal | 253 | 164 | 272 | 10 | 46 | 0 | 33 | 437 | 42 | 73 |
| Binary | 10101011 | 1110100 | 10111010 | 1000 | 100110 | 0 | 11011 | 100011111 | 100010 | 111011 |
Color Harmonies of #AB74BA
Complementary color
Monochromatic Colors of #AB74BA
Black with #AB74BA
Text Example
Text Example
White with #AB74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74BA; }
p { color: rgb(171,116,186); }
H1.HeaderClassName
{
color: #AB74BA;
}
.AnyTagClassName
{
color: #AB74BA;
}
</style>
background-color css
<style>
a { background-color: #AB74BA; }
a { background-color: rgb(171,116,186); }
div.DivClassName
{
background-color: #AB74BA;
}
.BgClassName
{
background-color: #AB74BA;
}
</style>
border-color css
<style>
span { border-color: #AB74BA; }
span { border-color: rgb(171,116,186); }
td.TdClassName
{
border-color: #AB74BA;
}
.TagClassName
{
border-color: #AB74BA;
}
</style>