Shades of Blue Violet #A416F0
Tints of Blue Violet #A416F0
RGB
CMYK
RGB Variations
Color information
#A416F0 (or 0xA416F0) is known color: Blue Violet. HEX triplet: A4, 16 and F0. RGB value is (164,22,240). Sum of RGB (Red+Green+Blue) = 164+22+240=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #A416F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A416F0 is #5BE90F. Grayscale: #585858. Windows color (decimal): -6023440 or 15734436. OLE color: 15734436.
HSL color Cylindrical-coordinate representation of color #A416F0: hue angle of 279.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A416F0 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 22 | 240 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.06 |
| HSL | 279.08º | 0.88% | 0.51% | - |
| HSV(B) | 279.08º | 0.91% | 0.94% | - |
| XYZ | 31.32 | 14.76 | 83.64 | - |
| YUV | 89.31 | 213.04 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 240 | 0.32 | 0.91 | 0 | 0.06 | 279.08 | 0.88 | 0.51 |
| Hex | A4 | 16 | F0 | 20 | 5B | 0 | 6 | 117 | 58 | 33 |
| Octal | 244 | 26 | 360 | 40 | 133 | 0 | 6 | 427 | 130 | 63 |
| Binary | 10100100 | 10110 | 11110000 | 100000 | 1011011 | 0 | 110 | 100010111 | 1011000 | 110011 |
Color Harmonies of #A416F0
Complementary color
Monochromatic Colors of #A416F0
Black with #A416F0
Text Example
Text Example
White with #A416F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A416F0; }
p { color: rgb(164,22,240); }
H1.HeaderClassName
{
color: #A416F0;
}
.AnyTagClassName
{
color: #A416F0;
}
</style>
background-color css
<style>
a { background-color: #A416F0; }
a { background-color: rgb(164,22,240); }
div.DivClassName
{
background-color: #A416F0;
}
.BgClassName
{
background-color: #A416F0;
}
</style>
border-color css
<style>
span { border-color: #A416F0; }
span { border-color: rgb(164,22,240); }
td.TdClassName
{
border-color: #A416F0;
}
.TagClassName
{
border-color: #A416F0;
}
</style>