Shades of Blue Violet #A73FFF
Tints of Blue Violet #A73FFF
RGB
CMYK
RGB Variations
Color information
#A73FFF (or 0xA73FFF) is known color: Blue Violet. HEX triplet: A7, 3F and FF. RGB value is (167,63,255). Sum of RGB (Red+Green+Blue) = 167+63+255=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #A73FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73FFF is #58C000. Grayscale: #737373. Windows color (decimal): -5816321 or 16727975. OLE color: 16727975.
HSL color Cylindrical-coordinate representation of color #A73FFF: hue angle of 272.5º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A73FFF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 63 | 255 | - |
| CMYK | 0.35 | 0.75 | 0 | 0 |
| HSL | 272.5º | 1% | 0.62% | - |
| HSV(B) | 272.5º | 0.75% | 1% | - |
| XYZ | 35.76 | 18.99 | 96.39 | - |
| YUV | 115.98 | 206.46 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 255 | 0.35 | 0.75 | 0 | 0 | 272.5 | 1 | 0.62 |
| Hex | A7 | 3F | FF | 23 | 4B | 0 | 0 | 110 | 64 | 3E |
| Octal | 247 | 77 | 377 | 43 | 113 | 0 | 0 | 420 | 144 | 76 |
| Binary | 10100111 | 111111 | 11111111 | 100011 | 1001011 | 0 | 0 | 100010000 | 1100100 | 111110 |
Color Harmonies of #A73FFF
Complementary color
Monochromatic Colors of #A73FFF
Black with #A73FFF
Text Example
Text Example
White with #A73FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73FFF; }
p { color: rgb(167,63,255); }
H1.HeaderClassName
{
color: #A73FFF;
}
.AnyTagClassName
{
color: #A73FFF;
}
</style>
background-color css
<style>
a { background-color: #A73FFF; }
a { background-color: rgb(167,63,255); }
div.DivClassName
{
background-color: #A73FFF;
}
.BgClassName
{
background-color: #A73FFF;
}
</style>
border-color css
<style>
span { border-color: #A73FFF; }
span { border-color: rgb(167,63,255); }
td.TdClassName
{
border-color: #A73FFF;
}
.TagClassName
{
border-color: #A73FFF;
}
</style>