Shades of Blue Violet #A146EA
Tints of Blue Violet #A146EA
RGB
CMYK
RGB Variations
Color information
#A146EA (or 0xA146EA) is known color: Blue Violet. HEX triplet: A1, 46 and EA. RGB value is (161,70,234). Sum of RGB (Red+Green+Blue) = 161+70+234=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #A146EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A146EA is #5EB915. Grayscale: #737373. Windows color (decimal): -6207766 or 15353505. OLE color: 15353505.
HSL color Cylindrical-coordinate representation of color #A146EA: hue angle of 273.29º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A146EA is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 70 | 234 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.08 |
| HSL | 273.29º | 0.8% | 0.6% | - |
| HSV(B) | 273.29º | 0.7% | 0.92% | - |
| XYZ | 31.74 | 17.9 | 79.62 | - |
| YUV | 115.91 | 194.65 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 234 | 0.31 | 0.70 | 0 | 0.08 | 273.29 | 0.8 | 0.6 |
| Hex | A1 | 46 | EA | 1F | 46 | 0 | 8 | 111 | 50 | 3C |
| Octal | 241 | 106 | 352 | 37 | 106 | 0 | 10 | 421 | 120 | 74 |
| Binary | 10100001 | 1000110 | 11101010 | 11111 | 1000110 | 0 | 1000 | 100010001 | 1010000 | 111100 |
Color Harmonies of #A146EA
Complementary color
Monochromatic Colors of #A146EA
Black with #A146EA
Text Example
Text Example
White with #A146EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A146EA; }
p { color: rgb(161,70,234); }
H1.HeaderClassName
{
color: #A146EA;
}
.AnyTagClassName
{
color: #A146EA;
}
</style>
background-color css
<style>
a { background-color: #A146EA; }
a { background-color: rgb(161,70,234); }
div.DivClassName
{
background-color: #A146EA;
}
.BgClassName
{
background-color: #A146EA;
}
</style>
border-color css
<style>
span { border-color: #A146EA; }
span { border-color: rgb(161,70,234); }
td.TdClassName
{
border-color: #A146EA;
}
.TagClassName
{
border-color: #A146EA;
}
</style>