Shades of Blue Violet #A030F1
Tints of Blue Violet #A030F1
RGB
CMYK
RGB Variations
Color information
#A030F1 (or 0xA030F1) is known color: Blue Violet. HEX triplet: A0, 30 and F1. RGB value is (160,48,241). Sum of RGB (Red+Green+Blue) = 160+48+241=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #A030F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030F1 is #5FCF0E. Grayscale: #666666. Windows color (decimal): -6278927 or 15806624. OLE color: 15806624.
HSL color Cylindrical-coordinate representation of color #A030F1: hue angle of 274.82º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A030F1 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 48 | 241 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.05 |
| HSL | 274.82º | 0.87% | 0.57% | - |
| HSV(B) | 274.82º | 0.8% | 0.95% | - |
| XYZ | 31.43 | 15.94 | 84.64 | - |
| YUV | 103.49 | 205.61 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 241 | 0.34 | 0.80 | 0 | 0.05 | 274.82 | 0.87 | 0.57 |
| Hex | A0 | 30 | F1 | 22 | 50 | 0 | 5 | 113 | 57 | 39 |
| Octal | 240 | 60 | 361 | 42 | 120 | 0 | 5 | 423 | 127 | 71 |
| Binary | 10100000 | 110000 | 11110001 | 100010 | 1010000 | 0 | 101 | 100010011 | 1010111 | 111001 |
Color Harmonies of #A030F1
Complementary color
Monochromatic Colors of #A030F1
Black with #A030F1
Text Example
Text Example
White with #A030F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030F1; }
p { color: rgb(160,48,241); }
H1.HeaderClassName
{
color: #A030F1;
}
.AnyTagClassName
{
color: #A030F1;
}
</style>
background-color css
<style>
a { background-color: #A030F1; }
a { background-color: rgb(160,48,241); }
div.DivClassName
{
background-color: #A030F1;
}
.BgClassName
{
background-color: #A030F1;
}
</style>
border-color css
<style>
span { border-color: #A030F1; }
span { border-color: rgb(160,48,241); }
td.TdClassName
{
border-color: #A030F1;
}
.TagClassName
{
border-color: #A030F1;
}
</style>