Shades of Blue Violet #A044ED
Tints of Blue Violet #A044ED
RGB
CMYK
RGB Variations
Color information
#A044ED (or 0xA044ED) is known color: Blue Violet. HEX triplet: A0, 44 and ED. RGB value is (160,68,237). Sum of RGB (Red+Green+Blue) = 160+68+237=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #A044ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A044ED is #5FBB12. Grayscale: #727272. Windows color (decimal): -6273811 or 15549600. OLE color: 15549600.
HSL color Cylindrical-coordinate representation of color #A044ED: hue angle of 272.66º 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 #A044ED is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 68 | 237 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.07 |
| HSL | 272.66º | 0.82% | 0.6% | - |
| HSV(B) | 272.66º | 0.71% | 0.93% | - |
| XYZ | 31.85 | 17.72 | 81.86 | - |
| YUV | 114.77 | 196.98 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 237 | 0.32 | 0.71 | 0 | 0.07 | 272.66 | 0.82 | 0.6 |
| Hex | A0 | 44 | ED | 20 | 47 | 0 | 7 | 111 | 52 | 3C |
| Octal | 240 | 104 | 355 | 40 | 107 | 0 | 7 | 421 | 122 | 74 |
| Binary | 10100000 | 1000100 | 11101101 | 100000 | 1000111 | 0 | 111 | 100010001 | 1010010 | 111100 |
Color Harmonies of #A044ED
Complementary color
Monochromatic Colors of #A044ED
Black with #A044ED
Text Example
Text Example
White with #A044ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044ED; }
p { color: rgb(160,68,237); }
H1.HeaderClassName
{
color: #A044ED;
}
.AnyTagClassName
{
color: #A044ED;
}
</style>
background-color css
<style>
a { background-color: #A044ED; }
a { background-color: rgb(160,68,237); }
div.DivClassName
{
background-color: #A044ED;
}
.BgClassName
{
background-color: #A044ED;
}
</style>
border-color css
<style>
span { border-color: #A044ED; }
span { border-color: rgb(160,68,237); }
td.TdClassName
{
border-color: #A044ED;
}
.TagClassName
{
border-color: #A044ED;
}
</style>