Shades of Blue Violet #A042FA
Tints of Blue Violet #A042FA
RGB
CMYK
RGB Variations
Color information
#A042FA (or 0xA042FA) is known color: Blue Violet. HEX triplet: A0, 42 and FA. RGB value is (160,66,250). Sum of RGB (Red+Green+Blue) = 160+66+250=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #A042FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A042FA is #5FBD05. Grayscale: #727272. Windows color (decimal): -6274310 or 16401056. OLE color: 16401056.
HSL color Cylindrical-coordinate representation of color #A042FA: hue angle of 270.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A042FA is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 66 | 250 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.02 |
| HSL | 270.65º | 0.95% | 0.62% | - |
| HSV(B) | 270.65º | 0.74% | 0.98% | - |
| XYZ | 33.7 | 18.27 | 92.19 | - |
| YUV | 115.08 | 204.14 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 250 | 0.36 | 0.74 | 0 | 0.02 | 270.65 | 0.95 | 0.62 |
| Hex | A0 | 42 | FA | 24 | 4A | 0 | 2 | 10F | 5F | 3E |
| Octal | 240 | 102 | 372 | 44 | 112 | 0 | 2 | 417 | 137 | 76 |
| Binary | 10100000 | 1000010 | 11111010 | 100100 | 1001010 | 0 | 10 | 100001111 | 1011111 | 111110 |
Color Harmonies of #A042FA
Complementary color
Monochromatic Colors of #A042FA
Black with #A042FA
Text Example
Text Example
White with #A042FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042FA; }
p { color: rgb(160,66,250); }
H1.HeaderClassName
{
color: #A042FA;
}
.AnyTagClassName
{
color: #A042FA;
}
</style>
background-color css
<style>
a { background-color: #A042FA; }
a { background-color: rgb(160,66,250); }
div.DivClassName
{
background-color: #A042FA;
}
.BgClassName
{
background-color: #A042FA;
}
</style>
border-color css
<style>
span { border-color: #A042FA; }
span { border-color: rgb(160,66,250); }
td.TdClassName
{
border-color: #A042FA;
}
.TagClassName
{
border-color: #A042FA;
}
</style>