Shades of Blue Violet #A34AF1
Tints of Blue Violet #A34AF1
RGB
CMYK
RGB Variations
Color information
#A34AF1 (or 0xA34AF1) is known color: Blue Violet. HEX triplet: A3, 4A and F1. RGB value is (163,74,241). Sum of RGB (Red+Green+Blue) = 163+74+241=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #A34AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34AF1 is #5CB50E. Grayscale: #777777. Windows color (decimal): -6075663 or 15813283. OLE color: 15813283.
HSL color Cylindrical-coordinate representation of color #A34AF1: hue angle of 271.98º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34AF1 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 74 | 241 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.05 |
| HSL | 271.98º | 0.86% | 0.62% | - |
| HSV(B) | 271.98º | 0.69% | 0.95% | - |
| XYZ | 33.43 | 19.03 | 85.13 | - |
| YUV | 119.65 | 196.49 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 241 | 0.32 | 0.69 | 0 | 0.05 | 271.98 | 0.86 | 0.62 |
| Hex | A3 | 4A | F1 | 20 | 45 | 0 | 5 | 110 | 56 | 3E |
| Octal | 243 | 112 | 361 | 40 | 105 | 0 | 5 | 420 | 126 | 76 |
| Binary | 10100011 | 1001010 | 11110001 | 100000 | 1000101 | 0 | 101 | 100010000 | 1010110 | 111110 |
Color Harmonies of #A34AF1
Complementary color
Monochromatic Colors of #A34AF1
Black with #A34AF1
Text Example
Text Example
White with #A34AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34AF1; }
p { color: rgb(163,74,241); }
H1.HeaderClassName
{
color: #A34AF1;
}
.AnyTagClassName
{
color: #A34AF1;
}
</style>
background-color css
<style>
a { background-color: #A34AF1; }
a { background-color: rgb(163,74,241); }
div.DivClassName
{
background-color: #A34AF1;
}
.BgClassName
{
background-color: #A34AF1;
}
</style>
border-color css
<style>
span { border-color: #A34AF1; }
span { border-color: rgb(163,74,241); }
td.TdClassName
{
border-color: #A34AF1;
}
.TagClassName
{
border-color: #A34AF1;
}
</style>