Shades of Blue Violet #A03FFB
Tints of Blue Violet #A03FFB
RGB
CMYK
RGB Variations
Color information
#A03FFB (or 0xA03FFB) is known color: Blue Violet. HEX triplet: A0, 3F and FB. RGB value is (160,63,251). Sum of RGB (Red+Green+Blue) = 160+63+251=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #A03FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FFB is #5FC004. Grayscale: #707070. Windows color (decimal): -6275077 or 16465824. OLE color: 16465824.
HSL color Cylindrical-coordinate representation of color #A03FFB: hue angle of 270.96º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03FFB is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 63 | 251 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.02 |
| HSL | 270.96º | 0.96% | 0.62% | - |
| HSV(B) | 270.96º | 0.75% | 0.98% | - |
| XYZ | 33.69 | 17.99 | 92.96 | - |
| YUV | 113.44 | 205.64 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 251 | 0.36 | 0.75 | 0 | 0.02 | 270.96 | 0.96 | 0.62 |
| Hex | A0 | 3F | FB | 24 | 4B | 0 | 2 | 10F | 60 | 3E |
| Octal | 240 | 77 | 373 | 44 | 113 | 0 | 2 | 417 | 140 | 76 |
| Binary | 10100000 | 111111 | 11111011 | 100100 | 1001011 | 0 | 10 | 100001111 | 1100000 | 111110 |
Color Harmonies of #A03FFB
Complementary color
Monochromatic Colors of #A03FFB
Black with #A03FFB
Text Example
Text Example
White with #A03FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FFB; }
p { color: rgb(160,63,251); }
H1.HeaderClassName
{
color: #A03FFB;
}
.AnyTagClassName
{
color: #A03FFB;
}
</style>
background-color css
<style>
a { background-color: #A03FFB; }
a { background-color: rgb(160,63,251); }
div.DivClassName
{
background-color: #A03FFB;
}
.BgClassName
{
background-color: #A03FFB;
}
</style>
border-color css
<style>
span { border-color: #A03FFB; }
span { border-color: rgb(160,63,251); }
td.TdClassName
{
border-color: #A03FFB;
}
.TagClassName
{
border-color: #A03FFB;
}
</style>