Shades of Blue Violet #A341F9
Tints of Blue Violet #A341F9
RGB
CMYK
RGB Variations
Color information
#A341F9 (or 0xA341F9) is known color: Blue Violet. HEX triplet: A3, 41 and F9. RGB value is (163,65,249). Sum of RGB (Red+Green+Blue) = 163+65+249=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #A341F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341F9 is #5CBE06. Grayscale: #727272. Windows color (decimal): -6077959 or 16335267. OLE color: 16335267.
HSL color Cylindrical-coordinate representation of color #A341F9: hue angle of 271.96º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A341F9 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 65 | 249 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.02 |
| HSL | 271.96º | 0.94% | 0.62% | - |
| HSV(B) | 271.96º | 0.74% | 0.98% | - |
| XYZ | 34.09 | 18.41 | 91.38 | - |
| YUV | 115.28 | 203.47 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 249 | 0.35 | 0.74 | 0 | 0.02 | 271.96 | 0.94 | 0.62 |
| Hex | A3 | 41 | F9 | 23 | 4A | 0 | 2 | 110 | 5E | 3E |
| Octal | 243 | 101 | 371 | 43 | 112 | 0 | 2 | 420 | 136 | 76 |
| Binary | 10100011 | 1000001 | 11111001 | 100011 | 1001010 | 0 | 10 | 100010000 | 1011110 | 111110 |
Color Harmonies of #A341F9
Complementary color
Monochromatic Colors of #A341F9
Black with #A341F9
Text Example
Text Example
White with #A341F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341F9; }
p { color: rgb(163,65,249); }
H1.HeaderClassName
{
color: #A341F9;
}
.AnyTagClassName
{
color: #A341F9;
}
</style>
background-color css
<style>
a { background-color: #A341F9; }
a { background-color: rgb(163,65,249); }
div.DivClassName
{
background-color: #A341F9;
}
.BgClassName
{
background-color: #A341F9;
}
</style>
border-color css
<style>
span { border-color: #A341F9; }
span { border-color: rgb(163,65,249); }
td.TdClassName
{
border-color: #A341F9;
}
.TagClassName
{
border-color: #A341F9;
}
</style>