Shades of Blue Violet #A348F1
Tints of Blue Violet #A348F1
RGB
CMYK
RGB Variations
Color information
#A348F1 (or 0xA348F1) is known color: Blue Violet. HEX triplet: A3, 48 and F1. RGB value is (163,72,241). Sum of RGB (Red+Green+Blue) = 163+72+241=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #A348F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348F1 is #5CB70E. Grayscale: #757575. Windows color (decimal): -6076175 or 15812771. OLE color: 15812771.
HSL color Cylindrical-coordinate representation of color #A348F1: hue angle of 272.31º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A348F1 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 72 | 241 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.05 |
| HSL | 272.31º | 0.86% | 0.61% | - |
| HSV(B) | 272.31º | 0.7% | 0.95% | - |
| XYZ | 33.3 | 18.77 | 85.09 | - |
| YUV | 118.48 | 197.15 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 241 | 0.32 | 0.70 | 0 | 0.05 | 272.31 | 0.86 | 0.61 |
| Hex | A3 | 48 | F1 | 20 | 46 | 0 | 5 | 110 | 56 | 3D |
| Octal | 243 | 110 | 361 | 40 | 106 | 0 | 5 | 420 | 126 | 75 |
| Binary | 10100011 | 1001000 | 11110001 | 100000 | 1000110 | 0 | 101 | 100010000 | 1010110 | 111101 |
Color Harmonies of #A348F1
Complementary color
Monochromatic Colors of #A348F1
Black with #A348F1
Text Example
Text Example
White with #A348F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348F1; }
p { color: rgb(163,72,241); }
H1.HeaderClassName
{
color: #A348F1;
}
.AnyTagClassName
{
color: #A348F1;
}
</style>
background-color css
<style>
a { background-color: #A348F1; }
a { background-color: rgb(163,72,241); }
div.DivClassName
{
background-color: #A348F1;
}
.BgClassName
{
background-color: #A348F1;
}
</style>
border-color css
<style>
span { border-color: #A348F1; }
span { border-color: rgb(163,72,241); }
td.TdClassName
{
border-color: #A348F1;
}
.TagClassName
{
border-color: #A348F1;
}
</style>