Shades of Blue Violet #A030FF
Tints of Blue Violet #A030FF
RGB
CMYK
RGB Variations
Color information
#A030FF (or 0xA030FF) is known color: Blue Violet. HEX triplet: A0, 30 and FF. RGB value is (160,48,255). Sum of RGB (Red+Green+Blue) = 160+48+255=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #A030FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030FF is #5FCF00. Grayscale: #686868. Windows color (decimal): -6278913 or 16724128. OLE color: 16724128.
HSL color Cylindrical-coordinate representation of color #A030FF: hue angle of 272.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A030FF is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 48 | 255 | - |
| CMYK | 0.37 | 0.81 | 0 | 0 |
| HSL | 272.46º | 1% | 0.59% | - |
| HSV(B) | 272.46º | 0.81% | 1% | - |
| XYZ | 33.6 | 16.81 | 96.08 | - |
| YUV | 105.09 | 212.61 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 255 | 0.37 | 0.81 | 0 | 0 | 272.46 | 1 | 0.59 |
| Hex | A0 | 30 | FF | 25 | 51 | 0 | 0 | 110 | 64 | 3B |
| Octal | 240 | 60 | 377 | 45 | 121 | 0 | 0 | 420 | 144 | 73 |
| Binary | 10100000 | 110000 | 11111111 | 100101 | 1010001 | 0 | 0 | 100010000 | 1100100 | 111011 |
Color Harmonies of #A030FF
Complementary color
Monochromatic Colors of #A030FF
Black with #A030FF
Text Example
Text Example
White with #A030FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030FF; }
p { color: rgb(160,48,255); }
H1.HeaderClassName
{
color: #A030FF;
}
.AnyTagClassName
{
color: #A030FF;
}
</style>
background-color css
<style>
a { background-color: #A030FF; }
a { background-color: rgb(160,48,255); }
div.DivClassName
{
background-color: #A030FF;
}
.BgClassName
{
background-color: #A030FF;
}
</style>
border-color css
<style>
span { border-color: #A030FF; }
span { border-color: rgb(160,48,255); }
td.TdClassName
{
border-color: #A030FF;
}
.TagClassName
{
border-color: #A030FF;
}
</style>