Shades of Blue Violet #A341FE
Tints of Blue Violet #A341FE
RGB
CMYK
RGB Variations
Color information
#A341FE (or 0xA341FE) is known color: Blue Violet. HEX triplet: A3, 41 and FE. RGB value is (163,65,254). Sum of RGB (Red+Green+Blue) = 163+65+254=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #A341FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341FE is #5CBE01. Grayscale: #737373. Windows color (decimal): -6077954 or 16662947. OLE color: 16662947.
HSL color Cylindrical-coordinate representation of color #A341FE: hue angle of 271.11º 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 #A341FE is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 65 | 254 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.00 |
| HSL | 271.11º | 0.99% | 0.63% | - |
| HSV(B) | 271.11º | 0.74% | 1% | - |
| XYZ | 34.88 | 18.72 | 95.54 | - |
| YUV | 115.85 | 205.97 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 254 | 0.36 | 0.74 | 0 | 0.00 | 271.11 | 0.99 | 0.63 |
| Hex | A3 | 41 | FE | 24 | 4A | 0 | 0 | 10F | 63 | 3F |
| Octal | 243 | 101 | 376 | 44 | 112 | 0 | 0 | 417 | 143 | 77 |
| Binary | 10100011 | 1000001 | 11111110 | 100100 | 1001010 | 0 | 0 | 100001111 | 1100011 | 111111 |
Color Harmonies of #A341FE
Complementary color
Monochromatic Colors of #A341FE
Black with #A341FE
Text Example
Text Example
White with #A341FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341FE; }
p { color: rgb(163,65,254); }
H1.HeaderClassName
{
color: #A341FE;
}
.AnyTagClassName
{
color: #A341FE;
}
</style>
background-color css
<style>
a { background-color: #A341FE; }
a { background-color: rgb(163,65,254); }
div.DivClassName
{
background-color: #A341FE;
}
.BgClassName
{
background-color: #A341FE;
}
</style>
border-color css
<style>
span { border-color: #A341FE; }
span { border-color: rgb(163,65,254); }
td.TdClassName
{
border-color: #A341FE;
}
.TagClassName
{
border-color: #A341FE;
}
</style>