Shades of Violet Blue #AB4E94
Tints of Violet Blue #AB4E94
RGB
CMYK
RGB Variations
Color information
#AB4E94 (or 0xAB4E94) is known color: Violet Blue. HEX triplet: AB, 4E and 94. RGB value is (171,78,148). Sum of RGB (Red+Green+Blue) = 171+78+148=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4E94 is #54B16B. Grayscale: #717171. Windows color (decimal): -5550444 or 9719467. OLE color: 9719467.
HSL color Cylindrical-coordinate representation of color #AB4E94: hue angle of 314.84º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB4E94 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 148 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.33 |
| HSL | 314.84º | 0.37% | 0.49% | - |
| HSV(B) | 314.84º | 0.54% | 0.67% | - |
| XYZ | 24.86 | 16.24 | 29.84 | - |
| YUV | 113.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 148 | 0 | 0.54 | 0.13 | 0.33 | 314.84 | 0.37 | 0.49 |
| Hex | AB | 4E | 94 | 0 | 36 | D | 21 | 13B | 25 | 31 |
| Octal | 253 | 116 | 224 | 0 | 66 | 15 | 41 | 473 | 45 | 61 |
| Binary | 10101011 | 1001110 | 10010100 | 0 | 110110 | 1101 | 100001 | 100111011 | 100101 | 110001 |
Color Harmonies of #AB4E94
Complementary color
Monochromatic Colors of #AB4E94
Black with #AB4E94
Text Example
Text Example
White with #AB4E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E94; }
p { color: rgb(171,78,148); }
H1.HeaderClassName
{
color: #AB4E94;
}
.AnyTagClassName
{
color: #AB4E94;
}
</style>
background-color css
<style>
a { background-color: #AB4E94; }
a { background-color: rgb(171,78,148); }
div.DivClassName
{
background-color: #AB4E94;
}
.BgClassName
{
background-color: #AB4E94;
}
</style>
border-color css
<style>
span { border-color: #AB4E94; }
span { border-color: rgb(171,78,148); }
td.TdClassName
{
border-color: #AB4E94;
}
.TagClassName
{
border-color: #AB4E94;
}
</style>