Shades of Blue Violet #A340FE
Tints of Blue Violet #A340FE
RGB
CMYK
RGB Variations
Color information
#A340FE (or 0xA340FE) is known color: Blue Violet. HEX triplet: A3, 40 and FE. RGB value is (163,64,254). Sum of RGB (Red+Green+Blue) = 163+64+254=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #A340FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A340FE is #5CBF01. Grayscale: #727272. Windows color (decimal): -6078210 or 16662691. OLE color: 16662691.
HSL color Cylindrical-coordinate representation of color #A340FE: hue angle of 271.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A340FE is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 64 | 254 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.00 |
| HSL | 271.26º | 0.99% | 0.62% | - |
| HSV(B) | 271.26º | 0.75% | 1% | - |
| XYZ | 34.83 | 18.61 | 95.52 | - |
| YUV | 115.26 | 206.3 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 254 | 0.36 | 0.75 | 0 | 0.00 | 271.26 | 0.99 | 0.62 |
| Hex | A3 | 40 | FE | 24 | 4B | 0 | 0 | 10F | 63 | 3E |
| Octal | 243 | 100 | 376 | 44 | 113 | 0 | 0 | 417 | 143 | 76 |
| Binary | 10100011 | 1000000 | 11111110 | 100100 | 1001011 | 0 | 0 | 100001111 | 1100011 | 111110 |
Color Harmonies of #A340FE
Complementary color
Monochromatic Colors of #A340FE
Black with #A340FE
Text Example
Text Example
White with #A340FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340FE; }
p { color: rgb(163,64,254); }
H1.HeaderClassName
{
color: #A340FE;
}
.AnyTagClassName
{
color: #A340FE;
}
</style>
background-color css
<style>
a { background-color: #A340FE; }
a { background-color: rgb(163,64,254); }
div.DivClassName
{
background-color: #A340FE;
}
.BgClassName
{
background-color: #A340FE;
}
</style>
border-color css
<style>
span { border-color: #A340FE; }
span { border-color: rgb(163,64,254); }
td.TdClassName
{
border-color: #A340FE;
}
.TagClassName
{
border-color: #A340FE;
}
</style>