Shades of Blue Violet #A348F2
Tints of Blue Violet #A348F2
RGB
CMYK
RGB Variations
Color information
#A348F2 (or 0xA348F2) is known color: Blue Violet. HEX triplet: A3, 48 and F2. RGB value is (163,72,242). Sum of RGB (Red+Green+Blue) = 163+72+242=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #A348F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348F2 is #5CB70D. Grayscale: #767676. Windows color (decimal): -6076174 or 15878307. OLE color: 15878307.
HSL color Cylindrical-coordinate representation of color #A348F2: hue angle of 272.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A348F2 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 72 | 242 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.05 |
| HSL | 272.12º | 0.87% | 0.62% | - |
| HSV(B) | 272.12º | 0.7% | 0.95% | - |
| XYZ | 33.45 | 18.83 | 85.88 | - |
| YUV | 118.59 | 197.65 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 242 | 0.33 | 0.70 | 0 | 0.05 | 272.12 | 0.87 | 0.62 |
| Hex | A3 | 48 | F2 | 21 | 46 | 0 | 5 | 110 | 57 | 3E |
| Octal | 243 | 110 | 362 | 41 | 106 | 0 | 5 | 420 | 127 | 76 |
| Binary | 10100011 | 1001000 | 11110010 | 100001 | 1000110 | 0 | 101 | 100010000 | 1010111 | 111110 |
Color Harmonies of #A348F2
Complementary color
Monochromatic Colors of #A348F2
Black with #A348F2
Text Example
Text Example
White with #A348F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348F2; }
p { color: rgb(163,72,242); }
H1.HeaderClassName
{
color: #A348F2;
}
.AnyTagClassName
{
color: #A348F2;
}
</style>
background-color css
<style>
a { background-color: #A348F2; }
a { background-color: rgb(163,72,242); }
div.DivClassName
{
background-color: #A348F2;
}
.BgClassName
{
background-color: #A348F2;
}
</style>
border-color css
<style>
span { border-color: #A348F2; }
span { border-color: rgb(163,72,242); }
td.TdClassName
{
border-color: #A348F2;
}
.TagClassName
{
border-color: #A348F2;
}
</style>