Shades of Blue Violet #A830F9
Tints of Blue Violet #A830F9
RGB
CMYK
RGB Variations
Color information
#A830F9 (or 0xA830F9) is known color: Blue Violet. HEX triplet: A8, 30 and F9. RGB value is (168,48,249). Sum of RGB (Red+Green+Blue) = 168+48+249=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #A830F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830F9 is #57CF06. Grayscale: #6A6A6A. Windows color (decimal): -5754631 or 16330920. OLE color: 16330920.
HSL color Cylindrical-coordinate representation of color #A830F9: hue angle of 275.82º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A830F9 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 48 | 249 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.02 |
| HSL | 275.82º | 0.94% | 0.58% | - |
| HSV(B) | 275.82º | 0.81% | 0.98% | - |
| XYZ | 34.3 | 17.28 | 91.15 | - |
| YUV | 106.79 | 208.26 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 249 | 0.33 | 0.81 | 0 | 0.02 | 275.82 | 0.94 | 0.58 |
| Hex | A8 | 30 | F9 | 21 | 51 | 0 | 2 | 114 | 5E | 3A |
| Octal | 250 | 60 | 371 | 41 | 121 | 0 | 2 | 424 | 136 | 72 |
| Binary | 10101000 | 110000 | 11111001 | 100001 | 1010001 | 0 | 10 | 100010100 | 1011110 | 111010 |
Color Harmonies of #A830F9
Complementary color
Monochromatic Colors of #A830F9
Black with #A830F9
Text Example
Text Example
White with #A830F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830F9; }
p { color: rgb(168,48,249); }
H1.HeaderClassName
{
color: #A830F9;
}
.AnyTagClassName
{
color: #A830F9;
}
</style>
background-color css
<style>
a { background-color: #A830F9; }
a { background-color: rgb(168,48,249); }
div.DivClassName
{
background-color: #A830F9;
}
.BgClassName
{
background-color: #A830F9;
}
</style>
border-color css
<style>
span { border-color: #A830F9; }
span { border-color: rgb(168,48,249); }
td.TdClassName
{
border-color: #A830F9;
}
.TagClassName
{
border-color: #A830F9;
}
</style>