Shades of Blue Violet #A314F0
Tints of Blue Violet #A314F0
RGB
CMYK
RGB Variations
Color information
#A314F0 (or 0xA314F0) is known color: Blue Violet. HEX triplet: A3, 14 and F0. RGB value is (163,20,240). Sum of RGB (Red+Green+Blue) = 163+20+240=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #A314F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A314F0 is #5CEB0F. Grayscale: #575757. Windows color (decimal): -6089488 or 15733923. OLE color: 15733923.
HSL color Cylindrical-coordinate representation of color #A314F0: hue angle of 279º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A314F0 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 20 | 240 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.06 |
| HSL | 279º | 0.88% | 0.51% | - |
| HSV(B) | 279º | 0.92% | 0.94% | - |
| XYZ | 31.08 | 14.58 | 83.61 | - |
| YUV | 87.84 | 213.88 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 240 | 0.32 | 0.92 | 0 | 0.06 | 279 | 0.88 | 0.51 |
| Hex | A3 | 14 | F0 | 20 | 5C | 0 | 6 | 117 | 58 | 33 |
| Octal | 243 | 24 | 360 | 40 | 134 | 0 | 6 | 427 | 130 | 63 |
| Binary | 10100011 | 10100 | 11110000 | 100000 | 1011100 | 0 | 110 | 100010111 | 1011000 | 110011 |
Color Harmonies of #A314F0
Complementary color
Monochromatic Colors of #A314F0
Black with #A314F0
Text Example
Text Example
White with #A314F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314F0; }
p { color: rgb(163,20,240); }
H1.HeaderClassName
{
color: #A314F0;
}
.AnyTagClassName
{
color: #A314F0;
}
</style>
background-color css
<style>
a { background-color: #A314F0; }
a { background-color: rgb(163,20,240); }
div.DivClassName
{
background-color: #A314F0;
}
.BgClassName
{
background-color: #A314F0;
}
</style>
border-color css
<style>
span { border-color: #A314F0; }
span { border-color: rgb(163,20,240); }
td.TdClassName
{
border-color: #A314F0;
}
.TagClassName
{
border-color: #A314F0;
}
</style>