Shades of Violet Blue #AB53AA
Tints of Violet Blue #AB53AA
RGB
CMYK
RGB Variations
Color information
#AB53AA (or 0xAB53AA) is known color: Violet Blue. HEX triplet: AB, 53 and AA. RGB value is (171,83,170). Sum of RGB (Red+Green+Blue) = 171+83+170=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB53AA is #54AC55. Grayscale: #767676. Windows color (decimal): -5549142 or 11162539. OLE color: 11162539.
HSL color Cylindrical-coordinate representation of color #AB53AA: hue angle of 300.68º 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 #AB53AA is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 170 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.33 |
| HSL | 300.68º | 0.35% | 0.5% | - |
| HSV(B) | 300.68º | 0.51% | 0.67% | - |
| XYZ | 27.14 | 17.75 | 40.03 | - |
| YUV | 119.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 170 | 0 | 0.51 | 0.01 | 0.33 | 300.68 | 0.35 | 0.5 |
| Hex | AB | 53 | AA | 0 | 33 | 1 | 21 | 12D | 23 | 32 |
| Octal | 253 | 123 | 252 | 0 | 63 | 1 | 41 | 455 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10101010 | 0 | 110011 | 1 | 100001 | 100101101 | 100011 | 110010 |
Color Harmonies of #AB53AA
Complementary color
Monochromatic Colors of #AB53AA
Black with #AB53AA
Text Example
Text Example
White with #AB53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53AA; }
p { color: rgb(171,83,170); }
H1.HeaderClassName
{
color: #AB53AA;
}
.AnyTagClassName
{
color: #AB53AA;
}
</style>
background-color css
<style>
a { background-color: #AB53AA; }
a { background-color: rgb(171,83,170); }
div.DivClassName
{
background-color: #AB53AA;
}
.BgClassName
{
background-color: #AB53AA;
}
</style>
border-color css
<style>
span { border-color: #AB53AA; }
span { border-color: rgb(171,83,170); }
td.TdClassName
{
border-color: #AB53AA;
}
.TagClassName
{
border-color: #AB53AA;
}
</style>