Shades of Blue Violet #A930F0
Tints of Blue Violet #A930F0
RGB
CMYK
RGB Variations
Color information
#A930F0 (or 0xA930F0) is known color: Blue Violet. HEX triplet: A9, 30 and F0. RGB value is (169,48,240). Sum of RGB (Red+Green+Blue) = 169+48+240=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #A930F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A930F0 is #56CF0F. Grayscale: #696969. Windows color (decimal): -5689104 or 15741097. OLE color: 15741097.
HSL color Cylindrical-coordinate representation of color #A930F0: hue angle of 277.81º 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 #A930F0 is Cyan = 0.30, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 48 | 240 | - |
| CMYK | 0.30 | 0.8 | 0 | 0.06 |
| HSL | 277.81º | 0.86% | 0.56% | - |
| HSV(B) | 277.81º | 0.8% | 0.94% | - |
| XYZ | 33.15 | 16.84 | 83.94 | - |
| YUV | 106.07 | 203.59 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 240 | 0.30 | 0.8 | 0 | 0.06 | 277.81 | 0.86 | 0.56 |
| Hex | A9 | 30 | F0 | 1E | 50 | 0 | 6 | 116 | 56 | 38 |
| Octal | 251 | 60 | 360 | 36 | 120 | 0 | 6 | 426 | 126 | 70 |
| Binary | 10101001 | 110000 | 11110000 | 11110 | 1010000 | 0 | 110 | 100010110 | 1010110 | 111000 |
Color Harmonies of #A930F0
Complementary color
Monochromatic Colors of #A930F0
Black with #A930F0
Text Example
Text Example
White with #A930F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A930F0; }
p { color: rgb(169,48,240); }
H1.HeaderClassName
{
color: #A930F0;
}
.AnyTagClassName
{
color: #A930F0;
}
</style>
background-color css
<style>
a { background-color: #A930F0; }
a { background-color: rgb(169,48,240); }
div.DivClassName
{
background-color: #A930F0;
}
.BgClassName
{
background-color: #A930F0;
}
</style>
border-color css
<style>
span { border-color: #A930F0; }
span { border-color: rgb(169,48,240); }
td.TdClassName
{
border-color: #A930F0;
}
.TagClassName
{
border-color: #A930F0;
}
</style>