Shades of Violet Blue #AB4A97
Tints of Violet Blue #AB4A97
RGB
CMYK
RGB Variations
Color information
#AB4A97 (or 0xAB4A97) is known color: Violet Blue. HEX triplet: AB, 4A and 97. RGB value is (171,74,151). Sum of RGB (Red+Green+Blue) = 171+74+151=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4A97 is #54B568. Grayscale: #6F6F6F. Windows color (decimal): -5551465 or 9915051. OLE color: 9915051.
HSL color Cylindrical-coordinate representation of color #AB4A97: hue angle of 312.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4A97 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 151 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.33 |
| HSL | 312.37º | 0.4% | 0.48% | - |
| HSV(B) | 312.37º | 0.57% | 0.67% | - |
| XYZ | 24.83 | 15.79 | 31.02 | - |
| YUV | 111.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 151 | 0 | 0.57 | 0.12 | 0.33 | 312.37 | 0.4 | 0.48 |
| Hex | AB | 4A | 97 | 0 | 39 | C | 21 | 138 | 28 | 30 |
| Octal | 253 | 112 | 227 | 0 | 71 | 14 | 41 | 470 | 50 | 60 |
| Binary | 10101011 | 1001010 | 10010111 | 0 | 111001 | 1100 | 100001 | 100111000 | 101000 | 110000 |
Color Harmonies of #AB4A97
Complementary color
Monochromatic Colors of #AB4A97
Black with #AB4A97
Text Example
Text Example
White with #AB4A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A97; }
p { color: rgb(171,74,151); }
H1.HeaderClassName
{
color: #AB4A97;
}
.AnyTagClassName
{
color: #AB4A97;
}
</style>
background-color css
<style>
a { background-color: #AB4A97; }
a { background-color: rgb(171,74,151); }
div.DivClassName
{
background-color: #AB4A97;
}
.BgClassName
{
background-color: #AB4A97;
}
</style>
border-color css
<style>
span { border-color: #AB4A97; }
span { border-color: rgb(171,74,151); }
td.TdClassName
{
border-color: #AB4A97;
}
.TagClassName
{
border-color: #AB4A97;
}
</style>