Shades of Blue Violet #A03FFD
Tints of Blue Violet #A03FFD
RGB
CMYK
RGB Variations
Color information
#A03FFD (or 0xA03FFD) is known color: Blue Violet. HEX triplet: A0, 3F and FD. RGB value is (160,63,253). Sum of RGB (Red+Green+Blue) = 160+63+253=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #A03FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FFD is #5FC002. Grayscale: #707070. Windows color (decimal): -6275075 or 16596896. OLE color: 16596896.
HSL color Cylindrical-coordinate representation of color #A03FFD: hue angle of 270.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03FFD is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 63 | 253 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.01 |
| HSL | 270.63º | 0.98% | 0.62% | - |
| HSV(B) | 270.63º | 0.75% | 0.99% | - |
| XYZ | 34 | 18.12 | 94.63 | - |
| YUV | 113.66 | 206.64 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 253 | 0.37 | 0.75 | 0 | 0.01 | 270.63 | 0.98 | 0.62 |
| Hex | A0 | 3F | FD | 25 | 4B | 0 | 1 | 10F | 62 | 3E |
| Octal | 240 | 77 | 375 | 45 | 113 | 0 | 1 | 417 | 142 | 76 |
| Binary | 10100000 | 111111 | 11111101 | 100101 | 1001011 | 0 | 1 | 100001111 | 1100010 | 111110 |
Color Harmonies of #A03FFD
Complementary color
Monochromatic Colors of #A03FFD
Black with #A03FFD
Text Example
Text Example
White with #A03FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FFD; }
p { color: rgb(160,63,253); }
H1.HeaderClassName
{
color: #A03FFD;
}
.AnyTagClassName
{
color: #A03FFD;
}
</style>
background-color css
<style>
a { background-color: #A03FFD; }
a { background-color: rgb(160,63,253); }
div.DivClassName
{
background-color: #A03FFD;
}
.BgClassName
{
background-color: #A03FFD;
}
</style>
border-color css
<style>
span { border-color: #A03FFD; }
span { border-color: rgb(160,63,253); }
td.TdClassName
{
border-color: #A03FFD;
}
.TagClassName
{
border-color: #A03FFD;
}
</style>