Shades of Blue Violet #A046EA
Tints of Blue Violet #A046EA
RGB
CMYK
RGB Variations
Color information
#A046EA (or 0xA046EA) is known color: Blue Violet. HEX triplet: A0, 46 and EA. RGB value is (160,70,234). Sum of RGB (Red+Green+Blue) = 160+70+234=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 70 (27.73% from 255 or 15.09% 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 #A046EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A046EA is #5FB915. Grayscale: #737373. Windows color (decimal): -6273302 or 15353504. OLE color: 15353504.
HSL color Cylindrical-coordinate representation of color #A046EA: hue angle of 272.93º 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 #A046EA is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 70 | 234 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.08 |
| HSL | 272.93º | 0.8% | 0.6% | - |
| HSV(B) | 272.93º | 0.7% | 0.92% | - |
| XYZ | 31.54 | 17.79 | 79.61 | - |
| YUV | 115.61 | 194.82 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 234 | 0.32 | 0.70 | 0 | 0.08 | 272.93 | 0.8 | 0.6 |
| Hex | A0 | 46 | EA | 20 | 46 | 0 | 8 | 111 | 50 | 3C |
| Octal | 240 | 106 | 352 | 40 | 106 | 0 | 10 | 421 | 120 | 74 |
| Binary | 10100000 | 1000110 | 11101010 | 100000 | 1000110 | 0 | 1000 | 100010001 | 1010000 | 111100 |
Color Harmonies of #A046EA
Complementary color
Monochromatic Colors of #A046EA
Black with #A046EA
Text Example
Text Example
White with #A046EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046EA; }
p { color: rgb(160,70,234); }
H1.HeaderClassName
{
color: #A046EA;
}
.AnyTagClassName
{
color: #A046EA;
}
</style>
background-color css
<style>
a { background-color: #A046EA; }
a { background-color: rgb(160,70,234); }
div.DivClassName
{
background-color: #A046EA;
}
.BgClassName
{
background-color: #A046EA;
}
</style>
border-color css
<style>
span { border-color: #A046EA; }
span { border-color: rgb(160,70,234); }
td.TdClassName
{
border-color: #A046EA;
}
.TagClassName
{
border-color: #A046EA;
}
</style>