Shades of Blue Violet #A344ED
Tints of Blue Violet #A344ED
RGB
CMYK
RGB Variations
Color information
#A344ED (or 0xA344ED) is known color: Blue Violet. HEX triplet: A3, 44 and ED. RGB value is (163,68,237). Sum of RGB (Red+Green+Blue) = 163+68+237=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #A344ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A344ED is #5CBB12. Grayscale: #737373. Windows color (decimal): -6077203 or 15549603. OLE color: 15549603.
HSL color Cylindrical-coordinate representation of color #A344ED: hue angle of 273.73º degrees, saturation: 0.82, 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 #A344ED is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 68 | 237 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.07 |
| HSL | 273.73º | 0.82% | 0.6% | - |
| HSV(B) | 273.73º | 0.71% | 0.93% | - |
| XYZ | 32.46 | 18.04 | 81.89 | - |
| YUV | 115.67 | 196.47 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 237 | 0.31 | 0.71 | 0 | 0.07 | 273.73 | 0.82 | 0.6 |
| Hex | A3 | 44 | ED | 1F | 47 | 0 | 7 | 112 | 52 | 3C |
| Octal | 243 | 104 | 355 | 37 | 107 | 0 | 7 | 422 | 122 | 74 |
| Binary | 10100011 | 1000100 | 11101101 | 11111 | 1000111 | 0 | 111 | 100010010 | 1010010 | 111100 |
Color Harmonies of #A344ED
Complementary color
Monochromatic Colors of #A344ED
Black with #A344ED
Text Example
Text Example
White with #A344ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344ED; }
p { color: rgb(163,68,237); }
H1.HeaderClassName
{
color: #A344ED;
}
.AnyTagClassName
{
color: #A344ED;
}
</style>
background-color css
<style>
a { background-color: #A344ED; }
a { background-color: rgb(163,68,237); }
div.DivClassName
{
background-color: #A344ED;
}
.BgClassName
{
background-color: #A344ED;
}
</style>
border-color css
<style>
span { border-color: #A344ED; }
span { border-color: rgb(163,68,237); }
td.TdClassName
{
border-color: #A344ED;
}
.TagClassName
{
border-color: #A344ED;
}
</style>