Shades of Blue Violet #A830FA
Tints of Blue Violet #A830FA
RGB
CMYK
RGB Variations
Color information
#A830FA (or 0xA830FA) is known color: Blue Violet. HEX triplet: A8, 30 and FA. RGB value is (168,48,250). Sum of RGB (Red+Green+Blue) = 168+48+250=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #A830FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830FA is #57CF05. Grayscale: #6A6A6A. Windows color (decimal): -5754630 or 16396456. OLE color: 16396456.
HSL color Cylindrical-coordinate representation of color #A830FA: hue angle of 275.64º degrees, saturation: 0.95, 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 #A830FA is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 48 | 250 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.02 |
| HSL | 275.64º | 0.95% | 0.58% | - |
| HSV(B) | 275.64º | 0.81% | 0.98% | - |
| XYZ | 34.46 | 17.34 | 91.97 | - |
| YUV | 106.91 | 208.76 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 250 | 0.33 | 0.81 | 0 | 0.02 | 275.64 | 0.95 | 0.58 |
| Hex | A8 | 30 | FA | 21 | 51 | 0 | 2 | 114 | 5F | 3A |
| Octal | 250 | 60 | 372 | 41 | 121 | 0 | 2 | 424 | 137 | 72 |
| Binary | 10101000 | 110000 | 11111010 | 100001 | 1010001 | 0 | 10 | 100010100 | 1011111 | 111010 |
Color Harmonies of #A830FA
Complementary color
Monochromatic Colors of #A830FA
Black with #A830FA
Text Example
Text Example
White with #A830FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830FA; }
p { color: rgb(168,48,250); }
H1.HeaderClassName
{
color: #A830FA;
}
.AnyTagClassName
{
color: #A830FA;
}
</style>
background-color css
<style>
a { background-color: #A830FA; }
a { background-color: rgb(168,48,250); }
div.DivClassName
{
background-color: #A830FA;
}
.BgClassName
{
background-color: #A830FA;
}
</style>
border-color css
<style>
span { border-color: #A830FA; }
span { border-color: rgb(168,48,250); }
td.TdClassName
{
border-color: #A830FA;
}
.TagClassName
{
border-color: #A830FA;
}
</style>