Shades of Violet Blue #A040A2
Tints of Violet Blue #A040A2
RGB
CMYK
RGB Variations
Color information
#A040A2 (or 0xA040A2) is known color: Violet Blue. HEX triplet: A0, 40 and A2. RGB value is (160,64,162). Sum of RGB (Red+Green+Blue) = 160+64+162=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #A040A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A040A2 is #5FBF5D. Grayscale: #676767. Windows color (decimal): -6274910 or 10633376. OLE color: 10633376.
HSL color Cylindrical-coordinate representation of color #A040A2: hue angle of 298.78º 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 #A040A2 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 64 | 162 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.36 |
| HSL | 298.78º | 0.43% | 0.44% | - |
| HSV(B) | 298.78º | 0.6% | 0.64% | - |
| XYZ | 22.85 | 13.75 | 35.63 | - |
| YUV | 103.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 162 | 0.01 | 0.60 | 0 | 0.36 | 298.78 | 0.43 | 0.44 |
| Hex | A0 | 40 | A2 | 1 | 3C | 0 | 24 | 12B | 2B | 2C |
| Octal | 240 | 100 | 242 | 1 | 74 | 0 | 44 | 453 | 53 | 54 |
| Binary | 10100000 | 1000000 | 10100010 | 1 | 111100 | 0 | 100100 | 100101011 | 101011 | 101100 |
Color Harmonies of #A040A2
Complementary color
Monochromatic Colors of #A040A2
Black with #A040A2
Text Example
Text Example
White with #A040A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040A2; }
p { color: rgb(160,64,162); }
H1.HeaderClassName
{
color: #A040A2;
}
.AnyTagClassName
{
color: #A040A2;
}
</style>
background-color css
<style>
a { background-color: #A040A2; }
a { background-color: rgb(160,64,162); }
div.DivClassName
{
background-color: #A040A2;
}
.BgClassName
{
background-color: #A040A2;
}
</style>
border-color css
<style>
span { border-color: #A040A2; }
span { border-color: rgb(160,64,162); }
td.TdClassName
{
border-color: #A040A2;
}
.TagClassName
{
border-color: #A040A2;
}
</style>