Shades of Violet Blue #A240A1
Tints of Violet Blue #A240A1
RGB
CMYK
RGB Variations
Color information
#A240A1 (or 0xA240A1) is known color: Violet Blue. HEX triplet: A2, 40 and A1. RGB value is (162,64,161). Sum of RGB (Red+Green+Blue) = 162+64+161=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A240A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A240A1 is #5DBF5E. Grayscale: #686868. Windows color (decimal): -6143839 or 10567842. OLE color: 10567842.
HSL color Cylindrical-coordinate representation of color #A240A1: hue angle of 300.61º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A240A1 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 161 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.36 |
| HSL | 300.61º | 0.43% | 0.44% | - |
| HSV(B) | 300.61º | 0.6% | 0.64% | - |
| XYZ | 23.17 | 13.92 | 35.18 | - |
| YUV | 104.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 161 | 0 | 0.60 | 0.01 | 0.36 | 300.61 | 0.43 | 0.44 |
| Hex | A2 | 40 | A1 | 0 | 3C | 1 | 24 | 12D | 2B | 2C |
| Octal | 242 | 100 | 241 | 0 | 74 | 1 | 44 | 455 | 53 | 54 |
| Binary | 10100010 | 1000000 | 10100001 | 0 | 111100 | 1 | 100100 | 100101101 | 101011 | 101100 |
Color Harmonies of #A240A1
Complementary color
Monochromatic Colors of #A240A1
Black with #A240A1
Text Example
Text Example
White with #A240A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A240A1; }
p { color: rgb(162,64,161); }
H1.HeaderClassName
{
color: #A240A1;
}
.AnyTagClassName
{
color: #A240A1;
}
</style>
background-color css
<style>
a { background-color: #A240A1; }
a { background-color: rgb(162,64,161); }
div.DivClassName
{
background-color: #A240A1;
}
.BgClassName
{
background-color: #A240A1;
}
</style>
border-color css
<style>
span { border-color: #A240A1; }
span { border-color: rgb(162,64,161); }
td.TdClassName
{
border-color: #A240A1;
}
.TagClassName
{
border-color: #A240A1;
}
</style>