Shades of Violet Blue #AB4C9A
Tints of Violet Blue #AB4C9A
RGB
CMYK
RGB Variations
Color information
#AB4C9A (or 0xAB4C9A) is known color: Violet Blue. HEX triplet: AB, 4C and 9A. RGB value is (171,76,154). Sum of RGB (Red+Green+Blue) = 171+76+154=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4C9A is #54B365. Grayscale: #717171. Windows color (decimal): -5550950 or 10112171. OLE color: 10112171.
HSL color Cylindrical-coordinate representation of color #AB4C9A: hue angle of 310.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4C9A is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 154 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.33 |
| HSL | 310.74º | 0.38% | 0.48% | - |
| HSV(B) | 310.74º | 0.56% | 0.67% | - |
| XYZ | 25.21 | 16.16 | 32.36 | - |
| YUV | 113.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 154 | 0 | 0.56 | 0.10 | 0.33 | 310.74 | 0.38 | 0.48 |
| Hex | AB | 4C | 9A | 0 | 38 | A | 21 | 137 | 26 | 30 |
| Octal | 253 | 114 | 232 | 0 | 70 | 12 | 41 | 467 | 46 | 60 |
| Binary | 10101011 | 1001100 | 10011010 | 0 | 111000 | 1010 | 100001 | 100110111 | 100110 | 110000 |
Color Harmonies of #AB4C9A
Complementary color
Monochromatic Colors of #AB4C9A
Black with #AB4C9A
Text Example
Text Example
White with #AB4C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C9A; }
p { color: rgb(171,76,154); }
H1.HeaderClassName
{
color: #AB4C9A;
}
.AnyTagClassName
{
color: #AB4C9A;
}
</style>
background-color css
<style>
a { background-color: #AB4C9A; }
a { background-color: rgb(171,76,154); }
div.DivClassName
{
background-color: #AB4C9A;
}
.BgClassName
{
background-color: #AB4C9A;
}
</style>
border-color css
<style>
span { border-color: #AB4C9A; }
span { border-color: rgb(171,76,154); }
td.TdClassName
{
border-color: #AB4C9A;
}
.TagClassName
{
border-color: #AB4C9A;
}
</style>