Shades of Blue Violet #A04AFD
Tints of Blue Violet #A04AFD
RGB
CMYK
RGB Variations
Color information
#A04AFD (or 0xA04AFD) is known color: Blue Violet. HEX triplet: A0, 4A and FD. RGB value is (160,74,253). Sum of RGB (Red+Green+Blue) = 160+74+253=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #A04AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04AFD is #5FB502. Grayscale: #777777. Windows color (decimal): -6272259 or 16599712. OLE color: 16599712.
HSL color Cylindrical-coordinate representation of color #A04AFD: hue angle of 268.83º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A04AFD is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 74 | 253 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.01 |
| HSL | 268.83º | 0.98% | 0.64% | - |
| HSV(B) | 268.83º | 0.71% | 0.99% | - |
| XYZ | 34.68 | 19.46 | 94.86 | - |
| YUV | 120.12 | 202.99 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 253 | 0.37 | 0.71 | 0 | 0.01 | 268.83 | 0.98 | 0.64 |
| Hex | A0 | 4A | FD | 25 | 47 | 0 | 1 | 10D | 62 | 40 |
| Octal | 240 | 112 | 375 | 45 | 107 | 0 | 1 | 415 | 142 | 100 |
| Binary | 10100000 | 1001010 | 11111101 | 100101 | 1000111 | 0 | 1 | 100001101 | 1100010 | 1000000 |
Color Harmonies of #A04AFD
Complementary color
Monochromatic Colors of #A04AFD
Black with #A04AFD
Text Example
Text Example
White with #A04AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04AFD; }
p { color: rgb(160,74,253); }
H1.HeaderClassName
{
color: #A04AFD;
}
.AnyTagClassName
{
color: #A04AFD;
}
</style>
background-color css
<style>
a { background-color: #A04AFD; }
a { background-color: rgb(160,74,253); }
div.DivClassName
{
background-color: #A04AFD;
}
.BgClassName
{
background-color: #A04AFD;
}
</style>
border-color css
<style>
span { border-color: #A04AFD; }
span { border-color: rgb(160,74,253); }
td.TdClassName
{
border-color: #A04AFD;
}
.TagClassName
{
border-color: #A04AFD;
}
</style>