Shades of Blue Violet #A03FF1
Tints of Blue Violet #A03FF1
RGB
CMYK
RGB Variations
Color information
#A03FF1 (or 0xA03FF1) is known color: Blue Violet. HEX triplet: A0, 3F and F1. RGB value is (160,63,241). Sum of RGB (Red+Green+Blue) = 160+63+241=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #A03FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FF1 is #5FC00E. Grayscale: #6F6F6F. Windows color (decimal): -6275087 or 15810464. OLE color: 15810464.
HSL color Cylindrical-coordinate representation of color #A03FF1: hue angle of 272.7º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03FF1 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 63 | 241 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.05 |
| HSL | 272.7º | 0.86% | 0.6% | - |
| HSV(B) | 272.7º | 0.74% | 0.95% | - |
| XYZ | 32.15 | 17.38 | 84.88 | - |
| YUV | 112.3 | 200.64 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 241 | 0.34 | 0.74 | 0 | 0.05 | 272.7 | 0.86 | 0.6 |
| Hex | A0 | 3F | F1 | 22 | 4A | 0 | 5 | 111 | 56 | 3C |
| Octal | 240 | 77 | 361 | 42 | 112 | 0 | 5 | 421 | 126 | 74 |
| Binary | 10100000 | 111111 | 11110001 | 100010 | 1001010 | 0 | 101 | 100010001 | 1010110 | 111100 |
Color Harmonies of #A03FF1
Complementary color
Monochromatic Colors of #A03FF1
Black with #A03FF1
Text Example
Text Example
White with #A03FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FF1; }
p { color: rgb(160,63,241); }
H1.HeaderClassName
{
color: #A03FF1;
}
.AnyTagClassName
{
color: #A03FF1;
}
</style>
background-color css
<style>
a { background-color: #A03FF1; }
a { background-color: rgb(160,63,241); }
div.DivClassName
{
background-color: #A03FF1;
}
.BgClassName
{
background-color: #A03FF1;
}
</style>
border-color css
<style>
span { border-color: #A03FF1; }
span { border-color: rgb(160,63,241); }
td.TdClassName
{
border-color: #A03FF1;
}
.TagClassName
{
border-color: #A03FF1;
}
</style>