Shades of Blue Violet #A344EE
Tints of Blue Violet #A344EE
RGB
CMYK
RGB Variations
Color information
#A344EE (or 0xA344EE) is known color: Blue Violet. HEX triplet: A3, 44 and EE. RGB value is (163,68,238). Sum of RGB (Red+Green+Blue) = 163+68+238=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #A344EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A344EE is #5CBB11. Grayscale: #737373. Windows color (decimal): -6077202 or 15615139. OLE color: 15615139.
HSL color Cylindrical-coordinate representation of color #A344EE: hue angle of 273.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A344EE is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 68 | 238 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.07 |
| HSL | 273.53º | 0.83% | 0.6% | - |
| HSV(B) | 273.53º | 0.71% | 0.93% | - |
| XYZ | 32.6 | 18.09 | 82.66 | - |
| YUV | 115.79 | 196.97 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 238 | 0.32 | 0.71 | 0 | 0.07 | 273.53 | 0.83 | 0.6 |
| Hex | A3 | 44 | EE | 20 | 47 | 0 | 7 | 112 | 53 | 3C |
| Octal | 243 | 104 | 356 | 40 | 107 | 0 | 7 | 422 | 123 | 74 |
| Binary | 10100011 | 1000100 | 11101110 | 100000 | 1000111 | 0 | 111 | 100010010 | 1010011 | 111100 |
Color Harmonies of #A344EE
Complementary color
Monochromatic Colors of #A344EE
Black with #A344EE
Text Example
Text Example
White with #A344EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344EE; }
p { color: rgb(163,68,238); }
H1.HeaderClassName
{
color: #A344EE;
}
.AnyTagClassName
{
color: #A344EE;
}
</style>
background-color css
<style>
a { background-color: #A344EE; }
a { background-color: rgb(163,68,238); }
div.DivClassName
{
background-color: #A344EE;
}
.BgClassName
{
background-color: #A344EE;
}
</style>
border-color css
<style>
span { border-color: #A344EE; }
span { border-color: rgb(163,68,238); }
td.TdClassName
{
border-color: #A344EE;
}
.TagClassName
{
border-color: #A344EE;
}
</style>