Shades of Blue Violet #A04FFC
Tints of Blue Violet #A04FFC
RGB
CMYK
RGB Variations
Color information
#A04FFC (or 0xA04FFC) is known color: Blue Violet. HEX triplet: A0, 4F and FC. RGB value is (160,79,252). Sum of RGB (Red+Green+Blue) = 160+79+252=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #A04FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FFC is #5FB003. Grayscale: #7A7A7A. Windows color (decimal): -6270980 or 16535456. OLE color: 16535456.
HSL color Cylindrical-coordinate representation of color #A04FFC: hue angle of 268.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04FFC is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 79 | 252 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.01 |
| HSL | 268.09º | 0.97% | 0.65% | - |
| HSV(B) | 268.09º | 0.69% | 0.99% | - |
| XYZ | 34.86 | 20.09 | 94.14 | - |
| YUV | 122.94 | 200.84 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 252 | 0.37 | 0.69 | 0 | 0.01 | 268.09 | 0.97 | 0.65 |
| Hex | A0 | 4F | FC | 25 | 45 | 0 | 1 | 10C | 61 | 41 |
| Octal | 240 | 117 | 374 | 45 | 105 | 0 | 1 | 414 | 141 | 101 |
| Binary | 10100000 | 1001111 | 11111100 | 100101 | 1000101 | 0 | 1 | 100001100 | 1100001 | 1000001 |
Color Harmonies of #A04FFC
Complementary color
Monochromatic Colors of #A04FFC
Black with #A04FFC
Text Example
Text Example
White with #A04FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FFC; }
p { color: rgb(160,79,252); }
H1.HeaderClassName
{
color: #A04FFC;
}
.AnyTagClassName
{
color: #A04FFC;
}
</style>
background-color css
<style>
a { background-color: #A04FFC; }
a { background-color: rgb(160,79,252); }
div.DivClassName
{
background-color: #A04FFC;
}
.BgClassName
{
background-color: #A04FFC;
}
</style>
border-color css
<style>
span { border-color: #A04FFC; }
span { border-color: rgb(160,79,252); }
td.TdClassName
{
border-color: #A04FFC;
}
.TagClassName
{
border-color: #A04FFC;
}
</style>