Shades of Blue Violet #A145EA
Tints of Blue Violet #A145EA
RGB
CMYK
RGB Variations
Color information
#A145EA (or 0xA145EA) is known color: Blue Violet. HEX triplet: A1, 45 and EA. RGB value is (161,69,234). Sum of RGB (Red+Green+Blue) = 161+69+234=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #A145EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145EA is #5EBA15. Grayscale: #727272. Windows color (decimal): -6208022 or 15353249. OLE color: 15353249.
HSL color Cylindrical-coordinate representation of color #A145EA: hue angle of 273.45º 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 #A145EA is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 69 | 234 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.08 |
| HSL | 273.45º | 0.8% | 0.59% | - |
| HSV(B) | 273.45º | 0.71% | 0.92% | - |
| XYZ | 31.68 | 17.77 | 79.6 | - |
| YUV | 115.32 | 194.98 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 234 | 0.31 | 0.71 | 0 | 0.08 | 273.45 | 0.8 | 0.59 |
| Hex | A1 | 45 | EA | 1F | 47 | 0 | 8 | 111 | 50 | 3B |
| Octal | 241 | 105 | 352 | 37 | 107 | 0 | 10 | 421 | 120 | 73 |
| Binary | 10100001 | 1000101 | 11101010 | 11111 | 1000111 | 0 | 1000 | 100010001 | 1010000 | 111011 |
Color Harmonies of #A145EA
Complementary color
Monochromatic Colors of #A145EA
Black with #A145EA
Text Example
Text Example
White with #A145EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145EA; }
p { color: rgb(161,69,234); }
H1.HeaderClassName
{
color: #A145EA;
}
.AnyTagClassName
{
color: #A145EA;
}
</style>
background-color css
<style>
a { background-color: #A145EA; }
a { background-color: rgb(161,69,234); }
div.DivClassName
{
background-color: #A145EA;
}
.BgClassName
{
background-color: #A145EA;
}
</style>
border-color css
<style>
span { border-color: #A145EA; }
span { border-color: rgb(161,69,234); }
td.TdClassName
{
border-color: #A145EA;
}
.TagClassName
{
border-color: #A145EA;
}
</style>