Shades of Blue Violet #A030EF
Tints of Blue Violet #A030EF
RGB
CMYK
RGB Variations
Color information
#A030EF (or 0xA030EF) is known color: Blue Violet. HEX triplet: A0, 30 and EF. RGB value is (160,48,239). Sum of RGB (Red+Green+Blue) = 160+48+239=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #A030EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030EF is #5FCF10. Grayscale: #666666. Windows color (decimal): -6278929 or 15675552. OLE color: 15675552.
HSL color Cylindrical-coordinate representation of color #A030EF: hue angle of 275.18º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A030EF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 48 | 239 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.06 |
| HSL | 275.18º | 0.86% | 0.56% | - |
| HSV(B) | 275.18º | 0.8% | 0.94% | - |
| XYZ | 31.13 | 15.82 | 83.07 | - |
| YUV | 103.26 | 204.61 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 239 | 0.33 | 0.80 | 0 | 0.06 | 275.18 | 0.86 | 0.56 |
| Hex | A0 | 30 | EF | 21 | 50 | 0 | 6 | 113 | 56 | 38 |
| Octal | 240 | 60 | 357 | 41 | 120 | 0 | 6 | 423 | 126 | 70 |
| Binary | 10100000 | 110000 | 11101111 | 100001 | 1010000 | 0 | 110 | 100010011 | 1010110 | 111000 |
Color Harmonies of #A030EF
Complementary color
Monochromatic Colors of #A030EF
Black with #A030EF
Text Example
Text Example
White with #A030EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030EF; }
p { color: rgb(160,48,239); }
H1.HeaderClassName
{
color: #A030EF;
}
.AnyTagClassName
{
color: #A030EF;
}
</style>
background-color css
<style>
a { background-color: #A030EF; }
a { background-color: rgb(160,48,239); }
div.DivClassName
{
background-color: #A030EF;
}
.BgClassName
{
background-color: #A030EF;
}
</style>
border-color css
<style>
span { border-color: #A030EF; }
span { border-color: rgb(160,48,239); }
td.TdClassName
{
border-color: #A030EF;
}
.TagClassName
{
border-color: #A030EF;
}
</style>