Shades of Blue Violet #A841F1
Tints of Blue Violet #A841F1
RGB
CMYK
RGB Variations
Color information
#A841F1 (or 0xA841F1) is known color: Blue Violet. HEX triplet: A8, 41 and F1. RGB value is (168,65,241). Sum of RGB (Red+Green+Blue) = 168+65+241=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #A841F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841F1 is #57BE0E. Grayscale: #737373. Windows color (decimal): -5750287 or 15810984. OLE color: 15810984.
HSL color Cylindrical-coordinate representation of color #A841F1: hue angle of 275.11º 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 #A841F1 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 65 | 241 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.05 |
| HSL | 275.11º | 0.86% | 0.6% | - |
| HSV(B) | 275.11º | 0.73% | 0.95% | - |
| XYZ | 33.92 | 18.46 | 84.99 | - |
| YUV | 115.86 | 198.62 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 241 | 0.30 | 0.73 | 0 | 0.05 | 275.11 | 0.86 | 0.6 |
| Hex | A8 | 41 | F1 | 1E | 49 | 0 | 5 | 113 | 56 | 3C |
| Octal | 250 | 101 | 361 | 36 | 111 | 0 | 5 | 423 | 126 | 74 |
| Binary | 10101000 | 1000001 | 11110001 | 11110 | 1001001 | 0 | 101 | 100010011 | 1010110 | 111100 |
Color Harmonies of #A841F1
Complementary color
Monochromatic Colors of #A841F1
Black with #A841F1
Text Example
Text Example
White with #A841F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841F1; }
p { color: rgb(168,65,241); }
H1.HeaderClassName
{
color: #A841F1;
}
.AnyTagClassName
{
color: #A841F1;
}
</style>
background-color css
<style>
a { background-color: #A841F1; }
a { background-color: rgb(168,65,241); }
div.DivClassName
{
background-color: #A841F1;
}
.BgClassName
{
background-color: #A841F1;
}
</style>
border-color css
<style>
span { border-color: #A841F1; }
span { border-color: rgb(168,65,241); }
td.TdClassName
{
border-color: #A841F1;
}
.TagClassName
{
border-color: #A841F1;
}
</style>