Shades of Blue Violet #A73FFE
Tints of Blue Violet #A73FFE
RGB
CMYK
RGB Variations
Color information
#A73FFE (or 0xA73FFE) is known color: Blue Violet. HEX triplet: A7, 3F and FE. RGB value is (167,63,254). Sum of RGB (Red+Green+Blue) = 167+63+254=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #A73FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73FFE is #58C001. Grayscale: #737373. Windows color (decimal): -5816322 or 16662439. OLE color: 16662439.
HSL color Cylindrical-coordinate representation of color #A73FFE: hue angle of 272.67º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A73FFE is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 63 | 254 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.00 |
| HSL | 272.67º | 0.99% | 0.62% | - |
| HSV(B) | 272.67º | 0.75% | 1% | - |
| XYZ | 35.6 | 18.93 | 95.54 | - |
| YUV | 115.87 | 205.96 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 254 | 0.34 | 0.75 | 0 | 0.00 | 272.67 | 0.99 | 0.62 |
| Hex | A7 | 3F | FE | 22 | 4B | 0 | 0 | 111 | 63 | 3E |
| Octal | 247 | 77 | 376 | 42 | 113 | 0 | 0 | 421 | 143 | 76 |
| Binary | 10100111 | 111111 | 11111110 | 100010 | 1001011 | 0 | 0 | 100010001 | 1100011 | 111110 |
Color Harmonies of #A73FFE
Complementary color
Monochromatic Colors of #A73FFE
Black with #A73FFE
Text Example
Text Example
White with #A73FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73FFE; }
p { color: rgb(167,63,254); }
H1.HeaderClassName
{
color: #A73FFE;
}
.AnyTagClassName
{
color: #A73FFE;
}
</style>
background-color css
<style>
a { background-color: #A73FFE; }
a { background-color: rgb(167,63,254); }
div.DivClassName
{
background-color: #A73FFE;
}
.BgClassName
{
background-color: #A73FFE;
}
</style>
border-color css
<style>
span { border-color: #A73FFE; }
span { border-color: rgb(167,63,254); }
td.TdClassName
{
border-color: #A73FFE;
}
.TagClassName
{
border-color: #A73FFE;
}
</style>