Shades of Blue Violet #A340E9
Tints of Blue Violet #A340E9
RGB
CMYK
RGB Variations
Color information
#A340E9 (or 0xA340E9) is known color: Blue Violet. HEX triplet: A3, 40 and E9. RGB value is (163,64,233). Sum of RGB (Red+Green+Blue) = 163+64+233=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #A340E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A340E9 is #5CBF16. Grayscale: #707070. Windows color (decimal): -6078231 or 15286435. OLE color: 15286435.
HSL color Cylindrical-coordinate representation of color #A340E9: hue angle of 275.15º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A340E9 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 64 | 233 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.09 |
| HSL | 275.15º | 0.79% | 0.58% | - |
| HSV(B) | 275.15º | 0.73% | 0.91% | - |
| XYZ | 31.65 | 17.34 | 78.77 | - |
| YUV | 112.87 | 195.8 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 233 | 0.30 | 0.73 | 0 | 0.09 | 275.15 | 0.79 | 0.58 |
| Hex | A3 | 40 | E9 | 1E | 49 | 0 | 9 | 113 | 4F | 3A |
| Octal | 243 | 100 | 351 | 36 | 111 | 0 | 11 | 423 | 117 | 72 |
| Binary | 10100011 | 1000000 | 11101001 | 11110 | 1001001 | 0 | 1001 | 100010011 | 1001111 | 111010 |
Color Harmonies of #A340E9
Complementary color
Monochromatic Colors of #A340E9
Black with #A340E9
Text Example
Text Example
White with #A340E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340E9; }
p { color: rgb(163,64,233); }
H1.HeaderClassName
{
color: #A340E9;
}
.AnyTagClassName
{
color: #A340E9;
}
</style>
background-color css
<style>
a { background-color: #A340E9; }
a { background-color: rgb(163,64,233); }
div.DivClassName
{
background-color: #A340E9;
}
.BgClassName
{
background-color: #A340E9;
}
</style>
border-color css
<style>
span { border-color: #A340E9; }
span { border-color: rgb(163,64,233); }
td.TdClassName
{
border-color: #A340E9;
}
.TagClassName
{
border-color: #A340E9;
}
</style>