Shades of Blue Violet #A04BFC
Tints of Blue Violet #A04BFC
RGB
CMYK
RGB Variations
Color information
#A04BFC (or 0xA04BFC) is known color: Blue Violet. HEX triplet: A0, 4B and FC. RGB value is (160,75,252). Sum of RGB (Red+Green+Blue) = 160+75+252=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #A04BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04BFC is #5FB403. Grayscale: #777777. Windows color (decimal): -6272004 or 16534432. OLE color: 16534432.
HSL color Cylindrical-coordinate representation of color #A04BFC: hue angle of 268.81º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04BFC is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 75 | 252 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.01 |
| HSL | 268.81º | 0.97% | 0.64% | - |
| HSV(B) | 268.81º | 0.7% | 0.99% | - |
| XYZ | 34.58 | 19.53 | 94.04 | - |
| YUV | 120.59 | 202.16 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 252 | 0.37 | 0.70 | 0 | 0.01 | 268.81 | 0.97 | 0.64 |
| Hex | A0 | 4B | FC | 25 | 46 | 0 | 1 | 10D | 61 | 40 |
| Octal | 240 | 113 | 374 | 45 | 106 | 0 | 1 | 415 | 141 | 100 |
| Binary | 10100000 | 1001011 | 11111100 | 100101 | 1000110 | 0 | 1 | 100001101 | 1100001 | 1000000 |
Color Harmonies of #A04BFC
Complementary color
Monochromatic Colors of #A04BFC
Black with #A04BFC
Text Example
Text Example
White with #A04BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BFC; }
p { color: rgb(160,75,252); }
H1.HeaderClassName
{
color: #A04BFC;
}
.AnyTagClassName
{
color: #A04BFC;
}
</style>
background-color css
<style>
a { background-color: #A04BFC; }
a { background-color: rgb(160,75,252); }
div.DivClassName
{
background-color: #A04BFC;
}
.BgClassName
{
background-color: #A04BFC;
}
</style>
border-color css
<style>
span { border-color: #A04BFC; }
span { border-color: rgb(160,75,252); }
td.TdClassName
{
border-color: #A04BFC;
}
.TagClassName
{
border-color: #A04BFC;
}
</style>