Shades of Blue Violet #A73BFA
Tints of Blue Violet #A73BFA
RGB
CMYK
RGB Variations
Color information
#A73BFA (or 0xA73BFA) is known color: Blue Violet. HEX triplet: A7, 3B and FA. RGB value is (167,59,250). Sum of RGB (Red+Green+Blue) = 167+59+250=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #A73BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73BFA is #58C405. Grayscale: #707070. Windows color (decimal): -5817350 or 16399271. OLE color: 16399271.
HSL color Cylindrical-coordinate representation of color #A73BFA: hue angle of 273.93º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73BFA is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 59 | 250 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.02 |
| HSL | 273.93º | 0.95% | 0.61% | - |
| HSV(B) | 273.93º | 0.76% | 0.98% | - |
| XYZ | 34.76 | 18.25 | 92.13 | - |
| YUV | 113.07 | 205.28 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 250 | 0.33 | 0.76 | 0 | 0.02 | 273.93 | 0.95 | 0.61 |
| Hex | A7 | 3B | FA | 21 | 4C | 0 | 2 | 112 | 5F | 3D |
| Octal | 247 | 73 | 372 | 41 | 114 | 0 | 2 | 422 | 137 | 75 |
| Binary | 10100111 | 111011 | 11111010 | 100001 | 1001100 | 0 | 10 | 100010010 | 1011111 | 111101 |
Color Harmonies of #A73BFA
Complementary color
Monochromatic Colors of #A73BFA
Black with #A73BFA
Text Example
Text Example
White with #A73BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73BFA; }
p { color: rgb(167,59,250); }
H1.HeaderClassName
{
color: #A73BFA;
}
.AnyTagClassName
{
color: #A73BFA;
}
</style>
background-color css
<style>
a { background-color: #A73BFA; }
a { background-color: rgb(167,59,250); }
div.DivClassName
{
background-color: #A73BFA;
}
.BgClassName
{
background-color: #A73BFA;
}
</style>
border-color css
<style>
span { border-color: #A73BFA; }
span { border-color: rgb(167,59,250); }
td.TdClassName
{
border-color: #A73BFA;
}
.TagClassName
{
border-color: #A73BFA;
}
</style>