Shades of Blue Violet #A032E8
Tints of Blue Violet #A032E8
RGB
CMYK
RGB Variations
Color information
#A032E8 (or 0xA032E8) is known color: Blue Violet. HEX triplet: A0, 32 and E8. RGB value is (160,50,232). Sum of RGB (Red+Green+Blue) = 160+50+232=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #A032E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032E8 is #5FCD17. Grayscale: #676767. Windows color (decimal): -6278424 or 15217312. OLE color: 15217312.
HSL color Cylindrical-coordinate representation of color #A032E8: hue angle of 276.26º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A032E8 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 50 | 232 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.09 |
| HSL | 276.26º | 0.8% | 0.55% | - |
| HSV(B) | 276.26º | 0.78% | 0.91% | - |
| XYZ | 30.2 | 15.58 | 77.76 | - |
| YUV | 103.64 | 200.44 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 232 | 0.31 | 0.78 | 0 | 0.09 | 276.26 | 0.8 | 0.55 |
| Hex | A0 | 32 | E8 | 1F | 4E | 0 | 9 | 114 | 50 | 37 |
| Octal | 240 | 62 | 350 | 37 | 116 | 0 | 11 | 424 | 120 | 67 |
| Binary | 10100000 | 110010 | 11101000 | 11111 | 1001110 | 0 | 1001 | 100010100 | 1010000 | 110111 |
Color Harmonies of #A032E8
Complementary color
Monochromatic Colors of #A032E8
Black with #A032E8
Text Example
Text Example
White with #A032E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032E8; }
p { color: rgb(160,50,232); }
H1.HeaderClassName
{
color: #A032E8;
}
.AnyTagClassName
{
color: #A032E8;
}
</style>
background-color css
<style>
a { background-color: #A032E8; }
a { background-color: rgb(160,50,232); }
div.DivClassName
{
background-color: #A032E8;
}
.BgClassName
{
background-color: #A032E8;
}
</style>
border-color css
<style>
span { border-color: #A032E8; }
span { border-color: rgb(160,50,232); }
td.TdClassName
{
border-color: #A032E8;
}
.TagClassName
{
border-color: #A032E8;
}
</style>