Shades of Blue Violet #A144EA
Tints of Blue Violet #A144EA
RGB
CMYK
RGB Variations
Color information
#A144EA (or 0xA144EA) is known color: Blue Violet. HEX triplet: A1, 44 and EA. RGB value is (161,68,234). Sum of RGB (Red+Green+Blue) = 161+68+234=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #A144EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A144EA is #5EBB15. Grayscale: #727272. Windows color (decimal): -6208278 or 15352993. OLE color: 15352993.
HSL color Cylindrical-coordinate representation of color #A144EA: hue angle of 273.61º degrees, saturation: 0.8, 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 #A144EA is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 68 | 234 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.08 |
| HSL | 273.61º | 0.8% | 0.59% | - |
| HSV(B) | 273.61º | 0.71% | 0.92% | - |
| XYZ | 31.62 | 17.65 | 79.58 | - |
| YUV | 114.73 | 195.31 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 234 | 0.31 | 0.71 | 0 | 0.08 | 273.61 | 0.8 | 0.59 |
| Hex | A1 | 44 | EA | 1F | 47 | 0 | 8 | 112 | 50 | 3B |
| Octal | 241 | 104 | 352 | 37 | 107 | 0 | 10 | 422 | 120 | 73 |
| Binary | 10100001 | 1000100 | 11101010 | 11111 | 1000111 | 0 | 1000 | 100010010 | 1010000 | 111011 |
Color Harmonies of #A144EA
Complementary color
Monochromatic Colors of #A144EA
Black with #A144EA
Text Example
Text Example
White with #A144EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144EA; }
p { color: rgb(161,68,234); }
H1.HeaderClassName
{
color: #A144EA;
}
.AnyTagClassName
{
color: #A144EA;
}
</style>
background-color css
<style>
a { background-color: #A144EA; }
a { background-color: rgb(161,68,234); }
div.DivClassName
{
background-color: #A144EA;
}
.BgClassName
{
background-color: #A144EA;
}
</style>
border-color css
<style>
span { border-color: #A144EA; }
span { border-color: rgb(161,68,234); }
td.TdClassName
{
border-color: #A144EA;
}
.TagClassName
{
border-color: #A144EA;
}
</style>