Shades of Blue Violet #A03BFA
Tints of Blue Violet #A03BFA
RGB
CMYK
RGB Variations
Color information
#A03BFA (or 0xA03BFA) is known color: Blue Violet. HEX triplet: A0, 3B and FA. RGB value is (160,59,250). Sum of RGB (Red+Green+Blue) = 160+59+250=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #A03BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03BFA is #5FC405. Grayscale: #6E6E6E. Windows color (decimal): -6276102 or 16399264. OLE color: 16399264.
HSL color Cylindrical-coordinate representation of color #A03BFA: hue angle of 271.73º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03BFA is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 59 | 250 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.02 |
| HSL | 271.73º | 0.95% | 0.61% | - |
| HSV(B) | 271.73º | 0.76% | 0.98% | - |
| XYZ | 33.32 | 17.5 | 92.07 | - |
| YUV | 110.97 | 206.46 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 250 | 0.36 | 0.76 | 0 | 0.02 | 271.73 | 0.95 | 0.61 |
| Hex | A0 | 3B | FA | 24 | 4C | 0 | 2 | 110 | 5F | 3D |
| Octal | 240 | 73 | 372 | 44 | 114 | 0 | 2 | 420 | 137 | 75 |
| Binary | 10100000 | 111011 | 11111010 | 100100 | 1001100 | 0 | 10 | 100010000 | 1011111 | 111101 |
Color Harmonies of #A03BFA
Complementary color
Monochromatic Colors of #A03BFA
Black with #A03BFA
Text Example
Text Example
White with #A03BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BFA; }
p { color: rgb(160,59,250); }
H1.HeaderClassName
{
color: #A03BFA;
}
.AnyTagClassName
{
color: #A03BFA;
}
</style>
background-color css
<style>
a { background-color: #A03BFA; }
a { background-color: rgb(160,59,250); }
div.DivClassName
{
background-color: #A03BFA;
}
.BgClassName
{
background-color: #A03BFA;
}
</style>
border-color css
<style>
span { border-color: #A03BFA; }
span { border-color: rgb(160,59,250); }
td.TdClassName
{
border-color: #A03BFA;
}
.TagClassName
{
border-color: #A03BFA;
}
</style>