Shades of Violet Blue #AB53A9
Tints of Violet Blue #AB53A9
RGB
CMYK
RGB Variations
Color information
#AB53A9 (or 0xAB53A9) is known color: Violet Blue. HEX triplet: AB, 53 and A9. RGB value is (171,83,169). Sum of RGB (Red+Green+Blue) = 171+83+169=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB53A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB53A9 is #54AC56. Grayscale: #767676. Windows color (decimal): -5549143 or 11097003. OLE color: 11097003.
HSL color Cylindrical-coordinate representation of color #AB53A9: hue angle of 301.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB53A9 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 169 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.33 |
| HSL | 301.36º | 0.35% | 0.5% | - |
| HSV(B) | 301.36º | 0.51% | 0.67% | - |
| XYZ | 27.05 | 17.71 | 39.53 | - |
| YUV | 119.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 169 | 0 | 0.51 | 0.01 | 0.33 | 301.36 | 0.35 | 0.5 |
| Hex | AB | 53 | A9 | 0 | 33 | 1 | 21 | 12D | 23 | 32 |
| Octal | 253 | 123 | 251 | 0 | 63 | 1 | 41 | 455 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10101001 | 0 | 110011 | 1 | 100001 | 100101101 | 100011 | 110010 |
Color Harmonies of #AB53A9
Complementary color
Monochromatic Colors of #AB53A9
Black with #AB53A9
Text Example
Text Example
White with #AB53A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53A9; }
p { color: rgb(171,83,169); }
H1.HeaderClassName
{
color: #AB53A9;
}
.AnyTagClassName
{
color: #AB53A9;
}
</style>
background-color css
<style>
a { background-color: #AB53A9; }
a { background-color: rgb(171,83,169); }
div.DivClassName
{
background-color: #AB53A9;
}
.BgClassName
{
background-color: #AB53A9;
}
</style>
border-color css
<style>
span { border-color: #AB53A9; }
span { border-color: rgb(171,83,169); }
td.TdClassName
{
border-color: #AB53A9;
}
.TagClassName
{
border-color: #AB53A9;
}
</style>