Shades of Blue Violet #A73AF0
Tints of Blue Violet #A73AF0
RGB
CMYK
RGB Variations
Color information
#A73AF0 (or 0xA73AF0) is known color: Blue Violet. HEX triplet: A7, 3A and F0. RGB value is (167,58,240). Sum of RGB (Red+Green+Blue) = 167+58+240=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #A73AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73AF0 is #58C50F. Grayscale: #6E6E6E. Windows color (decimal): -5817616 or 15743655. OLE color: 15743655.
HSL color Cylindrical-coordinate representation of color #A73AF0: hue angle of 275.93º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73AF0 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 58 | 240 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.06 |
| HSL | 275.93º | 0.86% | 0.58% | - |
| HSV(B) | 275.93º | 0.76% | 0.94% | - |
| XYZ | 33.18 | 17.53 | 84.07 | - |
| YUV | 111.34 | 200.61 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 240 | 0.30 | 0.76 | 0 | 0.06 | 275.93 | 0.86 | 0.58 |
| Hex | A7 | 3A | F0 | 1E | 4C | 0 | 6 | 114 | 56 | 3A |
| Octal | 247 | 72 | 360 | 36 | 114 | 0 | 6 | 424 | 126 | 72 |
| Binary | 10100111 | 111010 | 11110000 | 11110 | 1001100 | 0 | 110 | 100010100 | 1010110 | 111010 |
Color Harmonies of #A73AF0
Complementary color
Monochromatic Colors of #A73AF0
Black with #A73AF0
Text Example
Text Example
White with #A73AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73AF0; }
p { color: rgb(167,58,240); }
H1.HeaderClassName
{
color: #A73AF0;
}
.AnyTagClassName
{
color: #A73AF0;
}
</style>
background-color css
<style>
a { background-color: #A73AF0; }
a { background-color: rgb(167,58,240); }
div.DivClassName
{
background-color: #A73AF0;
}
.BgClassName
{
background-color: #A73AF0;
}
</style>
border-color css
<style>
span { border-color: #A73AF0; }
span { border-color: rgb(167,58,240); }
td.TdClassName
{
border-color: #A73AF0;
}
.TagClassName
{
border-color: #A73AF0;
}
</style>