Shades of Blue Violet #A340EE
Tints of Blue Violet #A340EE
RGB
CMYK
RGB Variations
Color information
#A340EE (or 0xA340EE) is known color: Blue Violet. HEX triplet: A3, 40 and EE. RGB value is (163,64,238). Sum of RGB (Red+Green+Blue) = 163+64+238=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #A340EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A340EE is #5CBF11. Grayscale: #707070. Windows color (decimal): -6078226 or 15614115. OLE color: 15614115.
HSL color Cylindrical-coordinate representation of color #A340EE: hue angle of 274.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A340EE is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 64 | 238 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.07 |
| HSL | 274.14º | 0.84% | 0.59% | - |
| HSV(B) | 274.14º | 0.73% | 0.93% | - |
| XYZ | 32.37 | 17.63 | 82.59 | - |
| YUV | 113.44 | 198.3 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 238 | 0.32 | 0.73 | 0 | 0.07 | 274.14 | 0.84 | 0.59 |
| Hex | A3 | 40 | EE | 20 | 49 | 0 | 7 | 112 | 54 | 3B |
| Octal | 243 | 100 | 356 | 40 | 111 | 0 | 7 | 422 | 124 | 73 |
| Binary | 10100011 | 1000000 | 11101110 | 100000 | 1001001 | 0 | 111 | 100010010 | 1010100 | 111011 |
Color Harmonies of #A340EE
Complementary color
Monochromatic Colors of #A340EE
Black with #A340EE
Text Example
Text Example
White with #A340EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340EE; }
p { color: rgb(163,64,238); }
H1.HeaderClassName
{
color: #A340EE;
}
.AnyTagClassName
{
color: #A340EE;
}
</style>
background-color css
<style>
a { background-color: #A340EE; }
a { background-color: rgb(163,64,238); }
div.DivClassName
{
background-color: #A340EE;
}
.BgClassName
{
background-color: #A340EE;
}
</style>
border-color css
<style>
span { border-color: #A340EE; }
span { border-color: rgb(163,64,238); }
td.TdClassName
{
border-color: #A340EE;
}
.TagClassName
{
border-color: #A340EE;
}
</style>