Shades of Blue Violet #A04BF3
Tints of Blue Violet #A04BF3
RGB
CMYK
RGB Variations
Color information
#A04BF3 (or 0xA04BF3) is known color: Blue Violet. HEX triplet: A0, 4B and F3. RGB value is (160,75,243). Sum of RGB (Red+Green+Blue) = 160+75+243=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #A04BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04BF3 is #5FB40C. Grayscale: #767676. Windows color (decimal): -6272013 or 15944608. OLE color: 15944608.
HSL color Cylindrical-coordinate representation of color #A04BF3: hue angle of 270.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04BF3 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 75 | 243 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.05 |
| HSL | 270.36º | 0.88% | 0.62% | - |
| HSV(B) | 270.36º | 0.69% | 0.95% | - |
| XYZ | 33.19 | 18.98 | 86.71 | - |
| YUV | 119.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 243 | 0.34 | 0.69 | 0 | 0.05 | 270.36 | 0.88 | 0.62 |
| Hex | A0 | 4B | F3 | 22 | 45 | 0 | 5 | 10E | 58 | 3E |
| Octal | 240 | 113 | 363 | 42 | 105 | 0 | 5 | 416 | 130 | 76 |
| Binary | 10100000 | 1001011 | 11110011 | 100010 | 1000101 | 0 | 101 | 100001110 | 1011000 | 111110 |
Color Harmonies of #A04BF3
Complementary color
Monochromatic Colors of #A04BF3
Black with #A04BF3
Text Example
Text Example
White with #A04BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BF3; }
p { color: rgb(160,75,243); }
H1.HeaderClassName
{
color: #A04BF3;
}
.AnyTagClassName
{
color: #A04BF3;
}
</style>
background-color css
<style>
a { background-color: #A04BF3; }
a { background-color: rgb(160,75,243); }
div.DivClassName
{
background-color: #A04BF3;
}
.BgClassName
{
background-color: #A04BF3;
}
</style>
border-color css
<style>
span { border-color: #A04BF3; }
span { border-color: rgb(160,75,243); }
td.TdClassName
{
border-color: #A04BF3;
}
.TagClassName
{
border-color: #A04BF3;
}
</style>