Shades of Blue Violet #A04AFE
Tints of Blue Violet #A04AFE
RGB
CMYK
RGB Variations
Color information
#A04AFE (or 0xA04AFE) is known color: Blue Violet. HEX triplet: A0, 4A and FE. RGB value is (160,74,254). Sum of RGB (Red+Green+Blue) = 160+74+254=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #A04AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04AFE is #5FB501. Grayscale: #777777. Windows color (decimal): -6272258 or 16665248. OLE color: 16665248.
HSL color Cylindrical-coordinate representation of color #A04AFE: hue angle of 268.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A04AFE is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 74 | 254 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.00 |
| HSL | 268.67º | 0.99% | 0.64% | - |
| HSV(B) | 268.67º | 0.71% | 1% | - |
| XYZ | 34.84 | 19.53 | 95.7 | - |
| YUV | 120.23 | 203.49 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 254 | 0.37 | 0.71 | 0 | 0.00 | 268.67 | 0.99 | 0.64 |
| Hex | A0 | 4A | FE | 25 | 47 | 0 | 0 | 10D | 63 | 40 |
| Octal | 240 | 112 | 376 | 45 | 107 | 0 | 0 | 415 | 143 | 100 |
| Binary | 10100000 | 1001010 | 11111110 | 100101 | 1000111 | 0 | 0 | 100001101 | 1100011 | 1000000 |
Color Harmonies of #A04AFE
Complementary color
Monochromatic Colors of #A04AFE
Black with #A04AFE
Text Example
Text Example
White with #A04AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AFE; }
p { color: rgb(160,74,254); }
H1.HeaderClassName
{
color: #A04AFE;
}
.AnyTagClassName
{
color: #A04AFE;
}
</style>
background-color css
<style>
a { background-color: #A04AFE; }
a { background-color: rgb(160,74,254); }
div.DivClassName
{
background-color: #A04AFE;
}
.BgClassName
{
background-color: #A04AFE;
}
</style>
border-color css
<style>
span { border-color: #A04AFE; }
span { border-color: rgb(160,74,254); }
td.TdClassName
{
border-color: #A04AFE;
}
.TagClassName
{
border-color: #A04AFE;
}
</style>