Shades of Blue Violet #A041FE
Tints of Blue Violet #A041FE
RGB
CMYK
RGB Variations
Color information
#A041FE (or 0xA041FE) is known color: Blue Violet. HEX triplet: A0, 41 and FE. RGB value is (160,65,254). Sum of RGB (Red+Green+Blue) = 160+65+254=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #A041FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A041FE is #5FBE01. Grayscale: #727272. Windows color (decimal): -6274562 or 16662944. OLE color: 16662944.
HSL color Cylindrical-coordinate representation of color #A041FE: hue angle of 270.16º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A041FE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 65 | 254 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.00 |
| HSL | 270.16º | 0.99% | 0.63% | - |
| HSV(B) | 270.16º | 0.74% | 1% | - |
| XYZ | 34.28 | 18.41 | 95.51 | - |
| YUV | 114.95 | 206.47 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 254 | 0.37 | 0.74 | 0 | 0.00 | 270.16 | 0.99 | 0.63 |
| Hex | A0 | 41 | FE | 25 | 4A | 0 | 0 | 10E | 63 | 3F |
| Octal | 240 | 101 | 376 | 45 | 112 | 0 | 0 | 416 | 143 | 77 |
| Binary | 10100000 | 1000001 | 11111110 | 100101 | 1001010 | 0 | 0 | 100001110 | 1100011 | 111111 |
Color Harmonies of #A041FE
Complementary color
Monochromatic Colors of #A041FE
Black with #A041FE
Text Example
Text Example
White with #A041FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A041FE; }
p { color: rgb(160,65,254); }
H1.HeaderClassName
{
color: #A041FE;
}
.AnyTagClassName
{
color: #A041FE;
}
</style>
background-color css
<style>
a { background-color: #A041FE; }
a { background-color: rgb(160,65,254); }
div.DivClassName
{
background-color: #A041FE;
}
.BgClassName
{
background-color: #A041FE;
}
</style>
border-color css
<style>
span { border-color: #A041FE; }
span { border-color: rgb(160,65,254); }
td.TdClassName
{
border-color: #A041FE;
}
.TagClassName
{
border-color: #A041FE;
}
</style>