Shades of Blue Violet #A830FC
Tints of Blue Violet #A830FC
RGB
CMYK
RGB Variations
Color information
#A830FC (or 0xA830FC) is known color: Blue Violet. HEX triplet: A8, 30 and FC. RGB value is (168,48,252). Sum of RGB (Red+Green+Blue) = 168+48+252=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #A830FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830FC is #57CF03. Grayscale: #6A6A6A. Windows color (decimal): -5754628 or 16527528. OLE color: 16527528.
HSL color Cylindrical-coordinate representation of color #A830FC: hue angle of 275.29º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A830FC is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 48 | 252 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.01 |
| HSL | 275.29º | 0.97% | 0.59% | - |
| HSV(B) | 275.29º | 0.81% | 0.99% | - |
| XYZ | 34.78 | 17.47 | 93.63 | - |
| YUV | 107.14 | 209.76 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 252 | 0.33 | 0.81 | 0 | 0.01 | 275.29 | 0.97 | 0.59 |
| Hex | A8 | 30 | FC | 21 | 51 | 0 | 1 | 113 | 61 | 3B |
| Octal | 250 | 60 | 374 | 41 | 121 | 0 | 1 | 423 | 141 | 73 |
| Binary | 10101000 | 110000 | 11111100 | 100001 | 1010001 | 0 | 1 | 100010011 | 1100001 | 111011 |
Color Harmonies of #A830FC
Complementary color
Monochromatic Colors of #A830FC
Black with #A830FC
Text Example
Text Example
White with #A830FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830FC; }
p { color: rgb(168,48,252); }
H1.HeaderClassName
{
color: #A830FC;
}
.AnyTagClassName
{
color: #A830FC;
}
</style>
background-color css
<style>
a { background-color: #A830FC; }
a { background-color: rgb(168,48,252); }
div.DivClassName
{
background-color: #A830FC;
}
.BgClassName
{
background-color: #A830FC;
}
</style>
border-color css
<style>
span { border-color: #A830FC; }
span { border-color: rgb(168,48,252); }
td.TdClassName
{
border-color: #A830FC;
}
.TagClassName
{
border-color: #A830FC;
}
</style>