Shades of Blue Violet #A032F1
Tints of Blue Violet #A032F1
RGB
CMYK
RGB Variations
Color information
#A032F1 (or 0xA032F1) is known color: Blue Violet. HEX triplet: A0, 32 and F1. RGB value is (160,50,241). Sum of RGB (Red+Green+Blue) = 160+50+241=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #A032F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032F1 is #5FCD0E. Grayscale: #686868. Windows color (decimal): -6278415 or 15807136. OLE color: 15807136.
HSL color Cylindrical-coordinate representation of color #A032F1: hue angle of 274.55º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A032F1 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 50 | 241 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.05 |
| HSL | 274.56º | 0.87% | 0.57% | - |
| HSV(B) | 274.56º | 0.79% | 0.95% | - |
| XYZ | 31.51 | 16.11 | 84.67 | - |
| YUV | 104.66 | 204.94 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 241 | 0.34 | 0.79 | 0 | 0.05 | 274.56 | 0.87 | 0.57 |
| Hex | A0 | 32 | F1 | 22 | 4F | 0 | 5 | 113 | 57 | 39 |
| Octal | 240 | 62 | 361 | 42 | 117 | 0 | 5 | 423 | 127 | 71 |
| Binary | 10100000 | 110010 | 11110001 | 100010 | 1001111 | 0 | 101 | 100010011 | 1010111 | 111001 |
Color Harmonies of #A032F1
Complementary color
Monochromatic Colors of #A032F1
Black with #A032F1
Text Example
Text Example
White with #A032F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032F1; }
p { color: rgb(160,50,241); }
H1.HeaderClassName
{
color: #A032F1;
}
.AnyTagClassName
{
color: #A032F1;
}
</style>
background-color css
<style>
a { background-color: #A032F1; }
a { background-color: rgb(160,50,241); }
div.DivClassName
{
background-color: #A032F1;
}
.BgClassName
{
background-color: #A032F1;
}
</style>
border-color css
<style>
span { border-color: #A032F1; }
span { border-color: rgb(160,50,241); }
td.TdClassName
{
border-color: #A032F1;
}
.TagClassName
{
border-color: #A032F1;
}
</style>