Shades of Blue Violet #A04AFA
Tints of Blue Violet #A04AFA
RGB
CMYK
RGB Variations
Color information
#A04AFA (or 0xA04AFA) is known color: Blue Violet. HEX triplet: A0, 4A and FA. RGB value is (160,74,250). Sum of RGB (Red+Green+Blue) = 160+74+250=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #A04AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04AFA is #5FB505. Grayscale: #777777. Windows color (decimal): -6272262 or 16403104. OLE color: 16403104.
HSL color Cylindrical-coordinate representation of color #A04AFA: hue angle of 269.32º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04AFA is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 74 | 250 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.02 |
| HSL | 269.32º | 0.95% | 0.64% | - |
| HSV(B) | 269.32º | 0.7% | 0.98% | - |
| XYZ | 34.2 | 19.27 | 92.36 | - |
| YUV | 119.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 250 | 0.36 | 0.70 | 0 | 0.02 | 269.32 | 0.95 | 0.64 |
| Hex | A0 | 4A | FA | 24 | 46 | 0 | 2 | 10D | 5F | 40 |
| Octal | 240 | 112 | 372 | 44 | 106 | 0 | 2 | 415 | 137 | 100 |
| Binary | 10100000 | 1001010 | 11111010 | 100100 | 1000110 | 0 | 10 | 100001101 | 1011111 | 1000000 |
Color Harmonies of #A04AFA
Complementary color
Monochromatic Colors of #A04AFA
Black with #A04AFA
Text Example
Text Example
White with #A04AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AFA; }
p { color: rgb(160,74,250); }
H1.HeaderClassName
{
color: #A04AFA;
}
.AnyTagClassName
{
color: #A04AFA;
}
</style>
background-color css
<style>
a { background-color: #A04AFA; }
a { background-color: rgb(160,74,250); }
div.DivClassName
{
background-color: #A04AFA;
}
.BgClassName
{
background-color: #A04AFA;
}
</style>
border-color css
<style>
span { border-color: #A04AFA; }
span { border-color: rgb(160,74,250); }
td.TdClassName
{
border-color: #A04AFA;
}
.TagClassName
{
border-color: #A04AFA;
}
</style>