Shades of Blue Violet #A344EB
Tints of Blue Violet #A344EB
RGB
CMYK
RGB Variations
Color information
#A344EB (or 0xA344EB) is known color: Blue Violet. HEX triplet: A3, 44 and EB. RGB value is (163,68,235). Sum of RGB (Red+Green+Blue) = 163+68+235=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #A344EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A344EB is #5CBB14. Grayscale: #727272. Windows color (decimal): -6077205 or 15418531. OLE color: 15418531.
HSL color Cylindrical-coordinate representation of color #A344EB: hue angle of 274.13º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A344EB is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 68 | 235 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.08 |
| HSL | 274.13º | 0.81% | 0.59% | - |
| HSV(B) | 274.13º | 0.71% | 0.92% | - |
| XYZ | 32.17 | 17.92 | 80.36 | - |
| YUV | 115.44 | 195.47 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 235 | 0.31 | 0.71 | 0 | 0.08 | 274.13 | 0.81 | 0.59 |
| Hex | A3 | 44 | EB | 1F | 47 | 0 | 8 | 112 | 51 | 3B |
| Octal | 243 | 104 | 353 | 37 | 107 | 0 | 10 | 422 | 121 | 73 |
| Binary | 10100011 | 1000100 | 11101011 | 11111 | 1000111 | 0 | 1000 | 100010010 | 1010001 | 111011 |
Color Harmonies of #A344EB
Complementary color
Monochromatic Colors of #A344EB
Black with #A344EB
Text Example
Text Example
White with #A344EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344EB; }
p { color: rgb(163,68,235); }
H1.HeaderClassName
{
color: #A344EB;
}
.AnyTagClassName
{
color: #A344EB;
}
</style>
background-color css
<style>
a { background-color: #A344EB; }
a { background-color: rgb(163,68,235); }
div.DivClassName
{
background-color: #A344EB;
}
.BgClassName
{
background-color: #A344EB;
}
</style>
border-color css
<style>
span { border-color: #A344EB; }
span { border-color: rgb(163,68,235); }
td.TdClassName
{
border-color: #A344EB;
}
.TagClassName
{
border-color: #A344EB;
}
</style>