Shades of Blue Violet #A343EF
Tints of Blue Violet #A343EF
RGB
CMYK
RGB Variations
Color information
#A343EF (or 0xA343EF) is known color: Blue Violet. HEX triplet: A3, 43 and EF. RGB value is (163,67,239). Sum of RGB (Red+Green+Blue) = 163+67+239=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #A343EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A343EF is #5CBC10. Grayscale: #727272. Windows color (decimal): -6077457 or 15680419. OLE color: 15680419.
HSL color Cylindrical-coordinate representation of color #A343EF: hue angle of 273.49º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A343EF is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 67 | 239 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.06 |
| HSL | 273.49º | 0.84% | 0.6% | - |
| HSV(B) | 273.49º | 0.72% | 0.94% | - |
| XYZ | 32.69 | 18.03 | 83.42 | - |
| YUV | 115.31 | 197.8 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 239 | 0.32 | 0.72 | 0 | 0.06 | 273.49 | 0.84 | 0.6 |
| Hex | A3 | 43 | EF | 20 | 48 | 0 | 6 | 111 | 54 | 3C |
| Octal | 243 | 103 | 357 | 40 | 110 | 0 | 6 | 421 | 124 | 74 |
| Binary | 10100011 | 1000011 | 11101111 | 100000 | 1001000 | 0 | 110 | 100010001 | 1010100 | 111100 |
Color Harmonies of #A343EF
Complementary color
Monochromatic Colors of #A343EF
Black with #A343EF
Text Example
Text Example
White with #A343EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343EF; }
p { color: rgb(163,67,239); }
H1.HeaderClassName
{
color: #A343EF;
}
.AnyTagClassName
{
color: #A343EF;
}
</style>
background-color css
<style>
a { background-color: #A343EF; }
a { background-color: rgb(163,67,239); }
div.DivClassName
{
background-color: #A343EF;
}
.BgClassName
{
background-color: #A343EF;
}
</style>
border-color css
<style>
span { border-color: #A343EF; }
span { border-color: rgb(163,67,239); }
td.TdClassName
{
border-color: #A343EF;
}
.TagClassName
{
border-color: #A343EF;
}
</style>