Shades of Blue Violet #A73CFE
Tints of Blue Violet #A73CFE
RGB
CMYK
RGB Variations
Color information
#A73CFE (or 0xA73CFE) is known color: Blue Violet. HEX triplet: A7, 3C and FE. RGB value is (167,60,254). Sum of RGB (Red+Green+Blue) = 167+60+254=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #A73CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73CFE is #58C301. Grayscale: #717171. Windows color (decimal): -5817090 or 16661671. OLE color: 16661671.
HSL color Cylindrical-coordinate representation of color #A73CFE: hue angle of 273.09º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73CFE is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 60 | 254 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.00 |
| HSL | 273.09º | 0.99% | 0.62% | - |
| HSV(B) | 273.09º | 0.76% | 1% | - |
| XYZ | 35.44 | 18.6 | 95.49 | - |
| YUV | 114.11 | 206.95 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 254 | 0.34 | 0.76 | 0 | 0.00 | 273.09 | 0.99 | 0.62 |
| Hex | A7 | 3C | FE | 22 | 4C | 0 | 0 | 111 | 63 | 3E |
| Octal | 247 | 74 | 376 | 42 | 114 | 0 | 0 | 421 | 143 | 76 |
| Binary | 10100111 | 111100 | 11111110 | 100010 | 1001100 | 0 | 0 | 100010001 | 1100011 | 111110 |
Color Harmonies of #A73CFE
Complementary color
Monochromatic Colors of #A73CFE
Black with #A73CFE
Text Example
Text Example
White with #A73CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CFE; }
p { color: rgb(167,60,254); }
H1.HeaderClassName
{
color: #A73CFE;
}
.AnyTagClassName
{
color: #A73CFE;
}
</style>
background-color css
<style>
a { background-color: #A73CFE; }
a { background-color: rgb(167,60,254); }
div.DivClassName
{
background-color: #A73CFE;
}
.BgClassName
{
background-color: #A73CFE;
}
</style>
border-color css
<style>
span { border-color: #A73CFE; }
span { border-color: rgb(167,60,254); }
td.TdClassName
{
border-color: #A73CFE;
}
.TagClassName
{
border-color: #A73CFE;
}
</style>