Shades of Blue Violet #A341FA
Tints of Blue Violet #A341FA
RGB
CMYK
RGB Variations
Color information
#A341FA (or 0xA341FA) is known color: Blue Violet. HEX triplet: A3, 41 and FA. RGB value is (163,65,250). Sum of RGB (Red+Green+Blue) = 163+65+250=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #A341FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341FA is #5CBE05. Grayscale: #727272. Windows color (decimal): -6077958 or 16400803. OLE color: 16400803.
HSL color Cylindrical-coordinate representation of color #A341FA: hue angle of 271.78º degrees, saturation: 0.95, 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 #A341FA is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 65 | 250 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.02 |
| HSL | 271.78º | 0.95% | 0.62% | - |
| HSV(B) | 271.78º | 0.74% | 0.98% | - |
| XYZ | 34.25 | 18.47 | 92.2 | - |
| YUV | 115.39 | 203.97 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 250 | 0.35 | 0.74 | 0 | 0.02 | 271.78 | 0.95 | 0.62 |
| Hex | A3 | 41 | FA | 23 | 4A | 0 | 2 | 110 | 5F | 3E |
| Octal | 243 | 101 | 372 | 43 | 112 | 0 | 2 | 420 | 137 | 76 |
| Binary | 10100011 | 1000001 | 11111010 | 100011 | 1001010 | 0 | 10 | 100010000 | 1011111 | 111110 |
Color Harmonies of #A341FA
Complementary color
Monochromatic Colors of #A341FA
Black with #A341FA
Text Example
Text Example
White with #A341FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341FA; }
p { color: rgb(163,65,250); }
H1.HeaderClassName
{
color: #A341FA;
}
.AnyTagClassName
{
color: #A341FA;
}
</style>
background-color css
<style>
a { background-color: #A341FA; }
a { background-color: rgb(163,65,250); }
div.DivClassName
{
background-color: #A341FA;
}
.BgClassName
{
background-color: #A341FA;
}
</style>
border-color css
<style>
span { border-color: #A341FA; }
span { border-color: rgb(163,65,250); }
td.TdClassName
{
border-color: #A341FA;
}
.TagClassName
{
border-color: #A341FA;
}
</style>