Shades of Blue Violet #A030ED
Tints of Blue Violet #A030ED
RGB
CMYK
RGB Variations
Color information
#A030ED (or 0xA030ED) is known color: Blue Violet. HEX triplet: A0, 30 and ED. RGB value is (160,48,237). Sum of RGB (Red+Green+Blue) = 160+48+237=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #A030ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A030ED is #5FCF12. Grayscale: #666666. Windows color (decimal): -6278931 or 15544480. OLE color: 15544480.
HSL color Cylindrical-coordinate representation of color #A030ED: hue angle of 275.56º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A030ED is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 48 | 237 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.07 |
| HSL | 275.56º | 0.84% | 0.56% | - |
| HSV(B) | 275.56º | 0.8% | 0.93% | - |
| XYZ | 30.84 | 15.7 | 81.53 | - |
| YUV | 103.03 | 203.61 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 237 | 0.32 | 0.80 | 0 | 0.07 | 275.56 | 0.84 | 0.56 |
| Hex | A0 | 30 | ED | 20 | 50 | 0 | 7 | 114 | 54 | 38 |
| Octal | 240 | 60 | 355 | 40 | 120 | 0 | 7 | 424 | 124 | 70 |
| Binary | 10100000 | 110000 | 11101101 | 100000 | 1010000 | 0 | 111 | 100010100 | 1010100 | 111000 |
Color Harmonies of #A030ED
Complementary color
Monochromatic Colors of #A030ED
Black with #A030ED
Text Example
Text Example
White with #A030ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030ED; }
p { color: rgb(160,48,237); }
H1.HeaderClassName
{
color: #A030ED;
}
.AnyTagClassName
{
color: #A030ED;
}
</style>
background-color css
<style>
a { background-color: #A030ED; }
a { background-color: rgb(160,48,237); }
div.DivClassName
{
background-color: #A030ED;
}
.BgClassName
{
background-color: #A030ED;
}
</style>
border-color css
<style>
span { border-color: #A030ED; }
span { border-color: rgb(160,48,237); }
td.TdClassName
{
border-color: #A030ED;
}
.TagClassName
{
border-color: #A030ED;
}
</style>