Shades of Blue Violet #A03BF0
Tints of Blue Violet #A03BF0
RGB
CMYK
RGB Variations
Color information
#A03BF0 (or 0xA03BF0) is known color: Blue Violet. HEX triplet: A0, 3B and F0. RGB value is (160,59,240). Sum of RGB (Red+Green+Blue) = 160+59+240=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #A03BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03BF0 is #5FC40F. Grayscale: #6D6D6D. Windows color (decimal): -6276112 or 15743904. OLE color: 15743904.
HSL color Cylindrical-coordinate representation of color #A03BF0: hue angle of 273.48º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03BF0 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 59 | 240 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.06 |
| HSL | 273.48º | 0.86% | 0.59% | - |
| HSV(B) | 273.48º | 0.75% | 0.94% | - |
| XYZ | 31.79 | 16.89 | 84.02 | - |
| YUV | 109.83 | 201.46 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 240 | 0.33 | 0.75 | 0 | 0.06 | 273.48 | 0.86 | 0.59 |
| Hex | A0 | 3B | F0 | 21 | 4B | 0 | 6 | 111 | 56 | 3B |
| Octal | 240 | 73 | 360 | 41 | 113 | 0 | 6 | 421 | 126 | 73 |
| Binary | 10100000 | 111011 | 11110000 | 100001 | 1001011 | 0 | 110 | 100010001 | 1010110 | 111011 |
Color Harmonies of #A03BF0
Complementary color
Monochromatic Colors of #A03BF0
Black with #A03BF0
Text Example
Text Example
White with #A03BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BF0; }
p { color: rgb(160,59,240); }
H1.HeaderClassName
{
color: #A03BF0;
}
.AnyTagClassName
{
color: #A03BF0;
}
</style>
background-color css
<style>
a { background-color: #A03BF0; }
a { background-color: rgb(160,59,240); }
div.DivClassName
{
background-color: #A03BF0;
}
.BgClassName
{
background-color: #A03BF0;
}
</style>
border-color css
<style>
span { border-color: #A03BF0; }
span { border-color: rgb(160,59,240); }
td.TdClassName
{
border-color: #A03BF0;
}
.TagClassName
{
border-color: #A03BF0;
}
</style>