Shades of Blue Violet #A340F9
Tints of Blue Violet #A340F9
RGB
CMYK
RGB Variations
Color information
#A340F9 (or 0xA340F9) is known color: Blue Violet. HEX triplet: A3, 40 and F9. RGB value is (163,64,249). Sum of RGB (Red+Green+Blue) = 163+64+249=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #A340F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A340F9 is #5CBF06. Grayscale: #727272. Windows color (decimal): -6078215 or 16335011. OLE color: 16335011.
HSL color Cylindrical-coordinate representation of color #A340F9: hue angle of 272.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A340F9 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 64 | 249 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.02 |
| HSL | 272.11º | 0.94% | 0.61% | - |
| HSV(B) | 272.11º | 0.74% | 0.98% | - |
| XYZ | 34.04 | 18.29 | 91.36 | - |
| YUV | 114.69 | 203.8 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 249 | 0.35 | 0.74 | 0 | 0.02 | 272.11 | 0.94 | 0.61 |
| Hex | A3 | 40 | F9 | 23 | 4A | 0 | 2 | 110 | 5E | 3D |
| Octal | 243 | 100 | 371 | 43 | 112 | 0 | 2 | 420 | 136 | 75 |
| Binary | 10100011 | 1000000 | 11111001 | 100011 | 1001010 | 0 | 10 | 100010000 | 1011110 | 111101 |
Color Harmonies of #A340F9
Complementary color
Monochromatic Colors of #A340F9
Black with #A340F9
Text Example
Text Example
White with #A340F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340F9; }
p { color: rgb(163,64,249); }
H1.HeaderClassName
{
color: #A340F9;
}
.AnyTagClassName
{
color: #A340F9;
}
</style>
background-color css
<style>
a { background-color: #A340F9; }
a { background-color: rgb(163,64,249); }
div.DivClassName
{
background-color: #A340F9;
}
.BgClassName
{
background-color: #A340F9;
}
</style>
border-color css
<style>
span { border-color: #A340F9; }
span { border-color: rgb(163,64,249); }
td.TdClassName
{
border-color: #A340F9;
}
.TagClassName
{
border-color: #A340F9;
}
</style>