Shades of Blue Violet #A04FFE
Tints of Blue Violet #A04FFE
RGB
CMYK
RGB Variations
Color information
#A04FFE (or 0xA04FFE) is known color: Blue Violet. HEX triplet: A0, 4F and FE. RGB value is (160,79,254). Sum of RGB (Red+Green+Blue) = 160+79+254=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #A04FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FFE is #5FB001. Grayscale: #7A7A7A. Windows color (decimal): -6270978 or 16666528. OLE color: 16666528.
HSL color Cylindrical-coordinate representation of color #A04FFE: hue angle of 267.77º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04FFE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 79 | 254 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.00 |
| HSL | 267.77º | 0.99% | 0.65% | - |
| HSV(B) | 267.77º | 0.69% | 1% | - |
| XYZ | 35.18 | 20.22 | 95.81 | - |
| YUV | 123.17 | 201.84 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 254 | 0.37 | 0.69 | 0 | 0.00 | 267.77 | 0.99 | 0.65 |
| Hex | A0 | 4F | FE | 25 | 45 | 0 | 0 | 10C | 63 | 41 |
| Octal | 240 | 117 | 376 | 45 | 105 | 0 | 0 | 414 | 143 | 101 |
| Binary | 10100000 | 1001111 | 11111110 | 100101 | 1000101 | 0 | 0 | 100001100 | 1100011 | 1000001 |
Color Harmonies of #A04FFE
Complementary color
Monochromatic Colors of #A04FFE
Black with #A04FFE
Text Example
Text Example
White with #A04FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FFE; }
p { color: rgb(160,79,254); }
H1.HeaderClassName
{
color: #A04FFE;
}
.AnyTagClassName
{
color: #A04FFE;
}
</style>
background-color css
<style>
a { background-color: #A04FFE; }
a { background-color: rgb(160,79,254); }
div.DivClassName
{
background-color: #A04FFE;
}
.BgClassName
{
background-color: #A04FFE;
}
</style>
border-color css
<style>
span { border-color: #A04FFE; }
span { border-color: rgb(160,79,254); }
td.TdClassName
{
border-color: #A04FFE;
}
.TagClassName
{
border-color: #A04FFE;
}
</style>