Shades of Violet Blue #AB459A
Tints of Violet Blue #AB459A
RGB
CMYK
RGB Variations
Color information
#AB459A (or 0xAB459A) is known color: Violet Blue. HEX triplet: AB, 45 and 9A. RGB value is (171,69,154). Sum of RGB (Red+Green+Blue) = 171+69+154=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB459A is #54BA65. Grayscale: #6C6C6C. Windows color (decimal): -5552742 or 10110379. OLE color: 10110379.
HSL color Cylindrical-coordinate representation of color #AB459A: hue angle of 310º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB459A is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 154 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.33 |
| HSL | 310º | 0.43% | 0.47% | - |
| HSV(B) | 310º | 0.6% | 0.67% | - |
| XYZ | 24.76 | 15.25 | 32.21 | - |
| YUV | 109.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 154 | 0 | 0.60 | 0.10 | 0.33 | 310 | 0.43 | 0.47 |
| Hex | AB | 45 | 9A | 0 | 3C | A | 21 | 136 | 2A | 2F |
| Octal | 253 | 105 | 232 | 0 | 74 | 12 | 41 | 466 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10011010 | 0 | 111100 | 1010 | 100001 | 100110110 | 101010 | 101111 |
Color Harmonies of #AB459A
Complementary color
Monochromatic Colors of #AB459A
Black with #AB459A
Text Example
Text Example
White with #AB459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB459A; }
p { color: rgb(171,69,154); }
H1.HeaderClassName
{
color: #AB459A;
}
.AnyTagClassName
{
color: #AB459A;
}
</style>
background-color css
<style>
a { background-color: #AB459A; }
a { background-color: rgb(171,69,154); }
div.DivClassName
{
background-color: #AB459A;
}
.BgClassName
{
background-color: #AB459A;
}
</style>
border-color css
<style>
span { border-color: #AB459A; }
span { border-color: rgb(171,69,154); }
td.TdClassName
{
border-color: #AB459A;
}
.TagClassName
{
border-color: #AB459A;
}
</style>