Shades of Blue Violet #A342F1
Tints of Blue Violet #A342F1
RGB
CMYK
RGB Variations
Color information
#A342F1 (or 0xA342F1) is known color: Blue Violet. HEX triplet: A3, 42 and F1. RGB value is (163,66,241). Sum of RGB (Red+Green+Blue) = 163+66+241=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #A342F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A342F1 is #5CBD0E. Grayscale: #727272. Windows color (decimal): -6077711 or 15811235. OLE color: 15811235.
HSL color Cylindrical-coordinate representation of color #A342F1: hue angle of 273.26º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A342F1 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 66 | 241 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.05 |
| HSL | 273.26º | 0.86% | 0.6% | - |
| HSV(B) | 273.26º | 0.73% | 0.95% | - |
| XYZ | 32.93 | 18.03 | 84.96 | - |
| YUV | 114.95 | 199.14 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 241 | 0.32 | 0.73 | 0 | 0.05 | 273.26 | 0.86 | 0.6 |
| Hex | A3 | 42 | F1 | 20 | 49 | 0 | 5 | 111 | 56 | 3C |
| Octal | 243 | 102 | 361 | 40 | 111 | 0 | 5 | 421 | 126 | 74 |
| Binary | 10100011 | 1000010 | 11110001 | 100000 | 1001001 | 0 | 101 | 100010001 | 1010110 | 111100 |
Color Harmonies of #A342F1
Complementary color
Monochromatic Colors of #A342F1
Black with #A342F1
Text Example
Text Example
White with #A342F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A342F1; }
p { color: rgb(163,66,241); }
H1.HeaderClassName
{
color: #A342F1;
}
.AnyTagClassName
{
color: #A342F1;
}
</style>
background-color css
<style>
a { background-color: #A342F1; }
a { background-color: rgb(163,66,241); }
div.DivClassName
{
background-color: #A342F1;
}
.BgClassName
{
background-color: #A342F1;
}
</style>
border-color css
<style>
span { border-color: #A342F1; }
span { border-color: rgb(163,66,241); }
td.TdClassName
{
border-color: #A342F1;
}
.TagClassName
{
border-color: #A342F1;
}
</style>