Shades of Blue Violet #A034E8
Tints of Blue Violet #A034E8
RGB
CMYK
RGB Variations
Color information
#A034E8 (or 0xA034E8) is known color: Blue Violet. HEX triplet: A0, 34 and E8. RGB value is (160,52,232). Sum of RGB (Red+Green+Blue) = 160+52+232=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #A034E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A034E8 is #5FCB17. Grayscale: #686868. Windows color (decimal): -6277912 or 15217824. OLE color: 15217824.
HSL color Cylindrical-coordinate representation of color #A034E8: hue angle of 276º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A034E8 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 52 | 232 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.09 |
| HSL | 276º | 0.8% | 0.56% | - |
| HSV(B) | 276º | 0.78% | 0.91% | - |
| XYZ | 30.29 | 15.76 | 77.79 | - |
| YUV | 104.81 | 199.78 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 232 | 0.31 | 0.78 | 0 | 0.09 | 276 | 0.8 | 0.56 |
| Hex | A0 | 34 | E8 | 1F | 4E | 0 | 9 | 114 | 50 | 38 |
| Octal | 240 | 64 | 350 | 37 | 116 | 0 | 11 | 424 | 120 | 70 |
| Binary | 10100000 | 110100 | 11101000 | 11111 | 1001110 | 0 | 1001 | 100010100 | 1010000 | 111000 |
Color Harmonies of #A034E8
Complementary color
Monochromatic Colors of #A034E8
Black with #A034E8
Text Example
Text Example
White with #A034E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034E8; }
p { color: rgb(160,52,232); }
H1.HeaderClassName
{
color: #A034E8;
}
.AnyTagClassName
{
color: #A034E8;
}
</style>
background-color css
<style>
a { background-color: #A034E8; }
a { background-color: rgb(160,52,232); }
div.DivClassName
{
background-color: #A034E8;
}
.BgClassName
{
background-color: #A034E8;
}
</style>
border-color css
<style>
span { border-color: #A034E8; }
span { border-color: rgb(160,52,232); }
td.TdClassName
{
border-color: #A034E8;
}
.TagClassName
{
border-color: #A034E8;
}
</style>