Shades of Blue Violet #A03FF4
Tints of Blue Violet #A03FF4
RGB
CMYK
RGB Variations
Color information
#A03FF4 (or 0xA03FF4) is known color: Blue Violet. HEX triplet: A0, 3F and F4. RGB value is (160,63,244). Sum of RGB (Red+Green+Blue) = 160+63+244=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #A03FF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FF4 is #5FC00B. Grayscale: #707070. Windows color (decimal): -6275084 or 16007072. OLE color: 16007072.
HSL color Cylindrical-coordinate representation of color #A03FF4: hue angle of 272.15º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03FF4 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 63 | 244 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.04 |
| HSL | 272.15º | 0.89% | 0.6% | - |
| HSV(B) | 272.15º | 0.74% | 0.96% | - |
| XYZ | 32.6 | 17.56 | 87.26 | - |
| YUV | 112.64 | 202.14 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 244 | 0.34 | 0.74 | 0 | 0.04 | 272.15 | 0.89 | 0.6 |
| Hex | A0 | 3F | F4 | 22 | 4A | 0 | 4 | 110 | 59 | 3C |
| Octal | 240 | 77 | 364 | 42 | 112 | 0 | 4 | 420 | 131 | 74 |
| Binary | 10100000 | 111111 | 11110100 | 100010 | 1001010 | 0 | 100 | 100010000 | 1011001 | 111100 |
Color Harmonies of #A03FF4
Complementary color
Monochromatic Colors of #A03FF4
Black with #A03FF4
Text Example
Text Example
White with #A03FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FF4; }
p { color: rgb(160,63,244); }
H1.HeaderClassName
{
color: #A03FF4;
}
.AnyTagClassName
{
color: #A03FF4;
}
</style>
background-color css
<style>
a { background-color: #A03FF4; }
a { background-color: rgb(160,63,244); }
div.DivClassName
{
background-color: #A03FF4;
}
.BgClassName
{
background-color: #A03FF4;
}
</style>
border-color css
<style>
span { border-color: #A03FF4; }
span { border-color: rgb(160,63,244); }
td.TdClassName
{
border-color: #A03FF4;
}
.TagClassName
{
border-color: #A03FF4;
}
</style>