Shades of Violet Blue #A240A9
Tints of Violet Blue #A240A9
RGB
CMYK
RGB Variations
Color information
#A240A9 (or 0xA240A9) is known color: Violet Blue. HEX triplet: A2, 40 and A9. RGB value is (162,64,169). Sum of RGB (Red+Green+Blue) = 162+64+169=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 169 - color contains mainly: blue. Hex color #A240A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A240A9 is #5DBF56. Grayscale: #686868. Windows color (decimal): -6143831 or 11092130. OLE color: 11092130.
HSL color Cylindrical-coordinate representation of color #A240A9: hue angle of 296º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A240A9 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 64 | 169 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.34 |
| HSL | 296º | 0.45% | 0.46% | - |
| HSV(B) | 296º | 0.62% | 0.66% | - |
| XYZ | 23.9 | 14.21 | 39.02 | - |
| YUV | 105.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 169 | 0.04 | 0.62 | 0 | 0.34 | 296 | 0.45 | 0.46 |
| Hex | A2 | 40 | A9 | 4 | 3E | 0 | 22 | 128 | 2D | 2E |
| Octal | 242 | 100 | 251 | 4 | 76 | 0 | 42 | 450 | 55 | 56 |
| Binary | 10100010 | 1000000 | 10101001 | 100 | 111110 | 0 | 100010 | 100101000 | 101101 | 101110 |
Color Harmonies of #A240A9
Complementary color
Monochromatic Colors of #A240A9
Black with #A240A9
Text Example
Text Example
White with #A240A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A240A9; }
p { color: rgb(162,64,169); }
H1.HeaderClassName
{
color: #A240A9;
}
.AnyTagClassName
{
color: #A240A9;
}
</style>
background-color css
<style>
a { background-color: #A240A9; }
a { background-color: rgb(162,64,169); }
div.DivClassName
{
background-color: #A240A9;
}
.BgClassName
{
background-color: #A240A9;
}
</style>
border-color css
<style>
span { border-color: #A240A9; }
span { border-color: rgb(162,64,169); }
td.TdClassName
{
border-color: #A240A9;
}
.TagClassName
{
border-color: #A240A9;
}
</style>