Shades of Violet Blue #A040AA
Tints of Violet Blue #A040AA
RGB
CMYK
RGB Variations
Color information
#A040AA (or 0xA040AA) is known color: Violet Blue. HEX triplet: A0, 40 and AA. RGB value is (160,64,170). Sum of RGB (Red+Green+Blue) = 160+64+170=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #A040AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A040AA is #5FBF55. Grayscale: #686868. Windows color (decimal): -6274902 or 11157664. OLE color: 11157664.
HSL color Cylindrical-coordinate representation of color #A040AA: hue angle of 294.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A040AA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 64 | 170 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.33 |
| HSL | 294.34º | 0.45% | 0.46% | - |
| HSV(B) | 294.34º | 0.62% | 0.67% | - |
| XYZ | 23.59 | 14.04 | 39.5 | - |
| YUV | 104.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 170 | 0.06 | 0.62 | 0 | 0.33 | 294.34 | 0.45 | 0.46 |
| Hex | A0 | 40 | AA | 6 | 3E | 0 | 21 | 126 | 2D | 2E |
| Octal | 240 | 100 | 252 | 6 | 76 | 0 | 41 | 446 | 55 | 56 |
| Binary | 10100000 | 1000000 | 10101010 | 110 | 111110 | 0 | 100001 | 100100110 | 101101 | 101110 |
Color Harmonies of #A040AA
Complementary color
Monochromatic Colors of #A040AA
Black with #A040AA
Text Example
Text Example
White with #A040AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040AA; }
p { color: rgb(160,64,170); }
H1.HeaderClassName
{
color: #A040AA;
}
.AnyTagClassName
{
color: #A040AA;
}
</style>
background-color css
<style>
a { background-color: #A040AA; }
a { background-color: rgb(160,64,170); }
div.DivClassName
{
background-color: #A040AA;
}
.BgClassName
{
background-color: #A040AA;
}
</style>
border-color css
<style>
span { border-color: #A040AA; }
span { border-color: rgb(160,64,170); }
td.TdClassName
{
border-color: #A040AA;
}
.TagClassName
{
border-color: #A040AA;
}
</style>