Shades of Violet Blue #AB40AA
Tints of Violet Blue #AB40AA
RGB
CMYK
RGB Variations
Color information
#AB40AA (or 0xAB40AA) is known color: Violet Blue. HEX triplet: AB, 40 and AA. RGB value is (171,64,170). Sum of RGB (Red+Green+Blue) = 171+64+170=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB40AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB40AA is #54BF55. Grayscale: #6B6B6B. Windows color (decimal): -5554006 or 11157675. OLE color: 11157675.
HSL color Cylindrical-coordinate representation of color #AB40AA: hue angle of 300.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB40AA is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 170 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.33 |
| HSL | 300.56º | 0.46% | 0.46% | - |
| HSV(B) | 300.56º | 0.63% | 0.67% | - |
| XYZ | 25.88 | 15.23 | 39.61 | - |
| YUV | 108.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 170 | 0 | 0.63 | 0.01 | 0.33 | 300.56 | 0.46 | 0.46 |
| Hex | AB | 40 | AA | 0 | 3F | 1 | 21 | 12D | 2E | 2E |
| Octal | 253 | 100 | 252 | 0 | 77 | 1 | 41 | 455 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10101010 | 0 | 111111 | 1 | 100001 | 100101101 | 101110 | 101110 |
Color Harmonies of #AB40AA
Complementary color
Monochromatic Colors of #AB40AA
Black with #AB40AA
Text Example
Text Example
White with #AB40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40AA; }
p { color: rgb(171,64,170); }
H1.HeaderClassName
{
color: #AB40AA;
}
.AnyTagClassName
{
color: #AB40AA;
}
</style>
background-color css
<style>
a { background-color: #AB40AA; }
a { background-color: rgb(171,64,170); }
div.DivClassName
{
background-color: #AB40AA;
}
.BgClassName
{
background-color: #AB40AA;
}
</style>
border-color css
<style>
span { border-color: #AB40AA; }
span { border-color: rgb(171,64,170); }
td.TdClassName
{
border-color: #AB40AA;
}
.TagClassName
{
border-color: #AB40AA;
}
</style>