Shades of Blue Violet #A73BFF
Tints of Blue Violet #A73BFF
RGB
CMYK
RGB Variations
Color information
#A73BFF (or 0xA73BFF) is known color: Blue Violet. HEX triplet: A7, 3B and FF. RGB value is (167,59,255). Sum of RGB (Red+Green+Blue) = 167+59+255=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #A73BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73BFF is #58C400. Grayscale: #707070. Windows color (decimal): -5817345 or 16726951. OLE color: 16726951.
HSL color Cylindrical-coordinate representation of color #A73BFF: hue angle of 273.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A73BFF is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 59 | 255 | - |
| CMYK | 0.35 | 0.77 | 0 | 0 |
| HSL | 273.06º | 1% | 0.62% | - |
| HSV(B) | 273.06º | 0.77% | 1% | - |
| XYZ | 35.55 | 18.56 | 96.32 | - |
| YUV | 113.64 | 207.78 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 255 | 0.35 | 0.77 | 0 | 0 | 273.06 | 1 | 0.62 |
| Hex | A7 | 3B | FF | 23 | 4D | 0 | 0 | 111 | 64 | 3E |
| Octal | 247 | 73 | 377 | 43 | 115 | 0 | 0 | 421 | 144 | 76 |
| Binary | 10100111 | 111011 | 11111111 | 100011 | 1001101 | 0 | 0 | 100010001 | 1100100 | 111110 |
Color Harmonies of #A73BFF
Complementary color
Monochromatic Colors of #A73BFF
Black with #A73BFF
Text Example
Text Example
White with #A73BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73BFF; }
p { color: rgb(167,59,255); }
H1.HeaderClassName
{
color: #A73BFF;
}
.AnyTagClassName
{
color: #A73BFF;
}
</style>
background-color css
<style>
a { background-color: #A73BFF; }
a { background-color: rgb(167,59,255); }
div.DivClassName
{
background-color: #A73BFF;
}
.BgClassName
{
background-color: #A73BFF;
}
</style>
border-color css
<style>
span { border-color: #A73BFF; }
span { border-color: rgb(167,59,255); }
td.TdClassName
{
border-color: #A73BFF;
}
.TagClassName
{
border-color: #A73BFF;
}
</style>