Shades of Blue Violet #A930F2
Tints of Blue Violet #A930F2
RGB
CMYK
RGB Variations
Color information
#A930F2 (or 0xA930F2) is known color: Blue Violet. HEX triplet: A9, 30 and F2. RGB value is (169,48,242). Sum of RGB (Red+Green+Blue) = 169+48+242=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #A930F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A930F2 is #56CF0D. Grayscale: #696969. Windows color (decimal): -5689102 or 15872169. OLE color: 15872169.
HSL color Cylindrical-coordinate representation of color #A930F2: hue angle of 277.42º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A930F2 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 48 | 242 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.05 |
| HSL | 277.42º | 0.88% | 0.57% | - |
| HSV(B) | 277.42º | 0.8% | 0.95% | - |
| XYZ | 33.45 | 16.96 | 85.52 | - |
| YUV | 106.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 242 | 0.30 | 0.80 | 0 | 0.05 | 277.42 | 0.88 | 0.57 |
| Hex | A9 | 30 | F2 | 1E | 50 | 0 | 5 | 115 | 58 | 39 |
| Octal | 251 | 60 | 362 | 36 | 120 | 0 | 5 | 425 | 130 | 71 |
| Binary | 10101001 | 110000 | 11110010 | 11110 | 1010000 | 0 | 101 | 100010101 | 1011000 | 111001 |
Color Harmonies of #A930F2
Complementary color
Monochromatic Colors of #A930F2
Black with #A930F2
Text Example
Text Example
White with #A930F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A930F2; }
p { color: rgb(169,48,242); }
H1.HeaderClassName
{
color: #A930F2;
}
.AnyTagClassName
{
color: #A930F2;
}
</style>
background-color css
<style>
a { background-color: #A930F2; }
a { background-color: rgb(169,48,242); }
div.DivClassName
{
background-color: #A930F2;
}
.BgClassName
{
background-color: #A930F2;
}
</style>
border-color css
<style>
span { border-color: #A930F2; }
span { border-color: rgb(169,48,242); }
td.TdClassName
{
border-color: #A930F2;
}
.TagClassName
{
border-color: #A930F2;
}
</style>