Shades of Blue Violet #A034EA
Tints of Blue Violet #A034EA
RGB
CMYK
RGB Variations
Color information
#A034EA (or 0xA034EA) is known color: Blue Violet. HEX triplet: A0, 34 and EA. RGB value is (160,52,234). Sum of RGB (Red+Green+Blue) = 160+52+234=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #A034EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A034EA is #5FCB15. Grayscale: #686868. Windows color (decimal): -6277910 or 15348896. OLE color: 15348896.
HSL color Cylindrical-coordinate representation of color #A034EA: hue angle of 275.6º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A034EA is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 52 | 234 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.08 |
| HSL | 275.6º | 0.81% | 0.56% | - |
| HSV(B) | 275.6º | 0.78% | 0.92% | - |
| XYZ | 30.58 | 15.87 | 79.29 | - |
| YUV | 105.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 234 | 0.32 | 0.78 | 0 | 0.08 | 275.6 | 0.81 | 0.56 |
| Hex | A0 | 34 | EA | 20 | 4E | 0 | 8 | 114 | 51 | 38 |
| Octal | 240 | 64 | 352 | 40 | 116 | 0 | 10 | 424 | 121 | 70 |
| Binary | 10100000 | 110100 | 11101010 | 100000 | 1001110 | 0 | 1000 | 100010100 | 1010001 | 111000 |
Color Harmonies of #A034EA
Complementary color
Monochromatic Colors of #A034EA
Black with #A034EA
Text Example
Text Example
White with #A034EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034EA; }
p { color: rgb(160,52,234); }
H1.HeaderClassName
{
color: #A034EA;
}
.AnyTagClassName
{
color: #A034EA;
}
</style>
background-color css
<style>
a { background-color: #A034EA; }
a { background-color: rgb(160,52,234); }
div.DivClassName
{
background-color: #A034EA;
}
.BgClassName
{
background-color: #A034EA;
}
</style>
border-color css
<style>
span { border-color: #A034EA; }
span { border-color: rgb(160,52,234); }
td.TdClassName
{
border-color: #A034EA;
}
.TagClassName
{
border-color: #A034EA;
}
</style>