Shades of Blue Violet #A348EF
Tints of Blue Violet #A348EF
RGB
CMYK
RGB Variations
Color information
#A348EF (or 0xA348EF) is known color: Blue Violet. HEX triplet: A3, 48 and EF. RGB value is (163,72,239). Sum of RGB (Red+Green+Blue) = 163+72+239=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #A348EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348EF is #5CB710. Grayscale: #757575. Windows color (decimal): -6076177 or 15681699. OLE color: 15681699.
HSL color Cylindrical-coordinate representation of color #A348EF: hue angle of 272.69º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A348EF is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 72 | 239 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.06 |
| HSL | 272.69º | 0.84% | 0.61% | - |
| HSV(B) | 272.69º | 0.7% | 0.94% | - |
| XYZ | 33 | 18.65 | 83.52 | - |
| YUV | 118.25 | 196.15 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 239 | 0.32 | 0.70 | 0 | 0.06 | 272.69 | 0.84 | 0.61 |
| Hex | A3 | 48 | EF | 20 | 46 | 0 | 6 | 111 | 54 | 3D |
| Octal | 243 | 110 | 357 | 40 | 106 | 0 | 6 | 421 | 124 | 75 |
| Binary | 10100011 | 1001000 | 11101111 | 100000 | 1000110 | 0 | 110 | 100010001 | 1010100 | 111101 |
Color Harmonies of #A348EF
Complementary color
Monochromatic Colors of #A348EF
Black with #A348EF
Text Example
Text Example
White with #A348EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348EF; }
p { color: rgb(163,72,239); }
H1.HeaderClassName
{
color: #A348EF;
}
.AnyTagClassName
{
color: #A348EF;
}
</style>
background-color css
<style>
a { background-color: #A348EF; }
a { background-color: rgb(163,72,239); }
div.DivClassName
{
background-color: #A348EF;
}
.BgClassName
{
background-color: #A348EF;
}
</style>
border-color css
<style>
span { border-color: #A348EF; }
span { border-color: rgb(163,72,239); }
td.TdClassName
{
border-color: #A348EF;
}
.TagClassName
{
border-color: #A348EF;
}
</style>