Shades of Blue Violet #A04AFB
Tints of Blue Violet #A04AFB
RGB
CMYK
RGB Variations
Color information
#A04AFB (or 0xA04AFB) is known color: Blue Violet. HEX triplet: A0, 4A and FB. RGB value is (160,74,251). Sum of RGB (Red+Green+Blue) = 160+74+251=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #A04AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04AFB is #5FB504. Grayscale: #777777. Windows color (decimal): -6272261 or 16468640. OLE color: 16468640.
HSL color Cylindrical-coordinate representation of color #A04AFB: hue angle of 269.15º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A04AFB is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 74 | 251 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.02 |
| HSL | 269.15º | 0.96% | 0.64% | - |
| HSV(B) | 269.15º | 0.71% | 0.98% | - |
| XYZ | 34.36 | 19.34 | 93.19 | - |
| YUV | 119.89 | 201.99 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 251 | 0.36 | 0.71 | 0 | 0.02 | 269.15 | 0.96 | 0.64 |
| Hex | A0 | 4A | FB | 24 | 47 | 0 | 2 | 10D | 60 | 40 |
| Octal | 240 | 112 | 373 | 44 | 107 | 0 | 2 | 415 | 140 | 100 |
| Binary | 10100000 | 1001010 | 11111011 | 100100 | 1000111 | 0 | 10 | 100001101 | 1100000 | 1000000 |
Color Harmonies of #A04AFB
Complementary color
Monochromatic Colors of #A04AFB
Black with #A04AFB
Text Example
Text Example
White with #A04AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AFB; }
p { color: rgb(160,74,251); }
H1.HeaderClassName
{
color: #A04AFB;
}
.AnyTagClassName
{
color: #A04AFB;
}
</style>
background-color css
<style>
a { background-color: #A04AFB; }
a { background-color: rgb(160,74,251); }
div.DivClassName
{
background-color: #A04AFB;
}
.BgClassName
{
background-color: #A04AFB;
}
</style>
border-color css
<style>
span { border-color: #A04AFB; }
span { border-color: rgb(160,74,251); }
td.TdClassName
{
border-color: #A04AFB;
}
.TagClassName
{
border-color: #A04AFB;
}
</style>