Shades of Blue Violet #A030F0
Tints of Blue Violet #A030F0
RGB
CMYK
RGB Variations
Color information
#A030F0 (or 0xA030F0) is known color: Blue Violet. HEX triplet: A0, 30 and F0. RGB value is (160,48,240). Sum of RGB (Red+Green+Blue) = 160+48+240=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #A030F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030F0 is #5FCF0F. Grayscale: #666666. Windows color (decimal): -6278928 or 15741088. OLE color: 15741088.
HSL color Cylindrical-coordinate representation of color #A030F0: hue angle of 275º 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 #A030F0 is Cyan = 0.33, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 48 | 240 | - |
| CMYK | 0.33 | 0.8 | 0 | 0.06 |
| HSL | 275º | 0.86% | 0.56% | - |
| HSV(B) | 275º | 0.8% | 0.94% | - |
| XYZ | 31.28 | 15.88 | 83.85 | - |
| YUV | 103.38 | 205.11 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 240 | 0.33 | 0.8 | 0 | 0.06 | 275 | 0.86 | 0.56 |
| Hex | A0 | 30 | F0 | 21 | 50 | 0 | 6 | 113 | 56 | 38 |
| Octal | 240 | 60 | 360 | 41 | 120 | 0 | 6 | 423 | 126 | 70 |
| Binary | 10100000 | 110000 | 11110000 | 100001 | 1010000 | 0 | 110 | 100010011 | 1010110 | 111000 |
Color Harmonies of #A030F0
Complementary color
Monochromatic Colors of #A030F0
Black with #A030F0
Text Example
Text Example
White with #A030F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030F0; }
p { color: rgb(160,48,240); }
H1.HeaderClassName
{
color: #A030F0;
}
.AnyTagClassName
{
color: #A030F0;
}
</style>
background-color css
<style>
a { background-color: #A030F0; }
a { background-color: rgb(160,48,240); }
div.DivClassName
{
background-color: #A030F0;
}
.BgClassName
{
background-color: #A030F0;
}
</style>
border-color css
<style>
span { border-color: #A030F0; }
span { border-color: rgb(160,48,240); }
td.TdClassName
{
border-color: #A030F0;
}
.TagClassName
{
border-color: #A030F0;
}
</style>