Shades of Blue Violet #A030EB
Tints of Blue Violet #A030EB
RGB
CMYK
RGB Variations
Color information
#A030EB (or 0xA030EB) is known color: Blue Violet. HEX triplet: A0, 30 and EB. RGB value is (160,48,235). Sum of RGB (Red+Green+Blue) = 160+48+235=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #A030EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030EB is #5FCF14. Grayscale: #666666. Windows color (decimal): -6278933 or 15413408. OLE color: 15413408.
HSL color Cylindrical-coordinate representation of color #A030EB: hue angle of 275.94º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A030EB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 48 | 235 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.08 |
| HSL | 275.94º | 0.82% | 0.55% | - |
| HSV(B) | 275.94º | 0.8% | 0.92% | - |
| XYZ | 30.55 | 15.59 | 80 | - |
| YUV | 102.81 | 202.61 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 235 | 0.32 | 0.80 | 0 | 0.08 | 275.94 | 0.82 | 0.55 |
| Hex | A0 | 30 | EB | 20 | 50 | 0 | 8 | 114 | 52 | 37 |
| Octal | 240 | 60 | 353 | 40 | 120 | 0 | 10 | 424 | 122 | 67 |
| Binary | 10100000 | 110000 | 11101011 | 100000 | 1010000 | 0 | 1000 | 100010100 | 1010010 | 110111 |
Color Harmonies of #A030EB
Complementary color
Monochromatic Colors of #A030EB
Black with #A030EB
Text Example
Text Example
White with #A030EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030EB; }
p { color: rgb(160,48,235); }
H1.HeaderClassName
{
color: #A030EB;
}
.AnyTagClassName
{
color: #A030EB;
}
</style>
background-color css
<style>
a { background-color: #A030EB; }
a { background-color: rgb(160,48,235); }
div.DivClassName
{
background-color: #A030EB;
}
.BgClassName
{
background-color: #A030EB;
}
</style>
border-color css
<style>
span { border-color: #A030EB; }
span { border-color: rgb(160,48,235); }
td.TdClassName
{
border-color: #A030EB;
}
.TagClassName
{
border-color: #A030EB;
}
</style>