Shades of Blue Violet #A042E8
Tints of Blue Violet #A042E8
RGB
CMYK
RGB Variations
Color information
#A042E8 (or 0xA042E8) is known color: Blue Violet. HEX triplet: A0, 42 and E8. RGB value is (160,66,232). Sum of RGB (Red+Green+Blue) = 160+66+232=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #A042E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A042E8 is #5FBD17. Grayscale: #707070. Windows color (decimal): -6274328 or 15221408. OLE color: 15221408.
HSL color Cylindrical-coordinate representation of color #A042E8: hue angle of 273.98º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A042E8 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 66 | 232 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.09 |
| HSL | 273.98º | 0.78% | 0.58% | - |
| HSV(B) | 273.98º | 0.72% | 0.91% | - |
| XYZ | 31.01 | 17.2 | 78.03 | - |
| YUV | 113.03 | 195.14 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 232 | 0.31 | 0.72 | 0 | 0.09 | 273.98 | 0.78 | 0.58 |
| Hex | A0 | 42 | E8 | 1F | 48 | 0 | 9 | 112 | 4E | 3A |
| Octal | 240 | 102 | 350 | 37 | 110 | 0 | 11 | 422 | 116 | 72 |
| Binary | 10100000 | 1000010 | 11101000 | 11111 | 1001000 | 0 | 1001 | 100010010 | 1001110 | 111010 |
Color Harmonies of #A042E8
Complementary color
Monochromatic Colors of #A042E8
Black with #A042E8
Text Example
Text Example
White with #A042E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042E8; }
p { color: rgb(160,66,232); }
H1.HeaderClassName
{
color: #A042E8;
}
.AnyTagClassName
{
color: #A042E8;
}
</style>
background-color css
<style>
a { background-color: #A042E8; }
a { background-color: rgb(160,66,232); }
div.DivClassName
{
background-color: #A042E8;
}
.BgClassName
{
background-color: #A042E8;
}
</style>
border-color css
<style>
span { border-color: #A042E8; }
span { border-color: rgb(160,66,232); }
td.TdClassName
{
border-color: #A042E8;
}
.TagClassName
{
border-color: #A042E8;
}
</style>