Shades of Blue Violet #A034E4
Tints of Blue Violet #A034E4
RGB
CMYK
RGB Variations
Color information
#A034E4 (or 0xA034E4) is known color: Blue Violet. HEX triplet: A0, 34 and E4. RGB value is (160,52,228). Sum of RGB (Red+Green+Blue) = 160+52+228=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #A034E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034E4 is #5FCB1B. Grayscale: #676767. Windows color (decimal): -6277916 or 14955680. OLE color: 14955680.
HSL color Cylindrical-coordinate representation of color #A034E4: hue angle of 276.82º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A034E4 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 52 | 228 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.11 |
| HSL | 276.82º | 0.77% | 0.55% | - |
| HSV(B) | 276.82º | 0.77% | 0.89% | - |
| XYZ | 29.73 | 15.53 | 74.83 | - |
| YUV | 104.36 | 197.78 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 228 | 0.30 | 0.77 | 0 | 0.11 | 276.82 | 0.77 | 0.55 |
| Hex | A0 | 34 | E4 | 1E | 4D | 0 | B | 115 | 4D | 37 |
| Octal | 240 | 64 | 344 | 36 | 115 | 0 | 13 | 425 | 115 | 67 |
| Binary | 10100000 | 110100 | 11100100 | 11110 | 1001101 | 0 | 1011 | 100010101 | 1001101 | 110111 |
Color Harmonies of #A034E4
Complementary color
Monochromatic Colors of #A034E4
Black with #A034E4
Text Example
Text Example
White with #A034E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034E4; }
p { color: rgb(160,52,228); }
H1.HeaderClassName
{
color: #A034E4;
}
.AnyTagClassName
{
color: #A034E4;
}
</style>
background-color css
<style>
a { background-color: #A034E4; }
a { background-color: rgb(160,52,228); }
div.DivClassName
{
background-color: #A034E4;
}
.BgClassName
{
background-color: #A034E4;
}
</style>
border-color css
<style>
span { border-color: #A034E4; }
span { border-color: rgb(160,52,228); }
td.TdClassName
{
border-color: #A034E4;
}
.TagClassName
{
border-color: #A034E4;
}
</style>