Shades of Blue Violet #A73FEF
Tints of Blue Violet #A73FEF
RGB
CMYK
RGB Variations
Color information
#A73FEF (or 0xA73FEF) is known color: Blue Violet. HEX triplet: A7, 3F and EF. RGB value is (167,63,239). Sum of RGB (Red+Green+Blue) = 167+63+239=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #A73FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73FEF is #58C010. Grayscale: #717171. Windows color (decimal): -5816337 or 15679399. OLE color: 15679399.
HSL color Cylindrical-coordinate representation of color #A73FEF: hue angle of 275.45º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73FEF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 63 | 239 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.06 |
| HSL | 275.45º | 0.85% | 0.59% | - |
| HSV(B) | 275.45º | 0.74% | 0.94% | - |
| XYZ | 33.29 | 18 | 83.38 | - |
| YUV | 114.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 239 | 0.30 | 0.74 | 0 | 0.06 | 275.45 | 0.85 | 0.59 |
| Hex | A7 | 3F | EF | 1E | 4A | 0 | 6 | 113 | 55 | 3B |
| Octal | 247 | 77 | 357 | 36 | 112 | 0 | 6 | 423 | 125 | 73 |
| Binary | 10100111 | 111111 | 11101111 | 11110 | 1001010 | 0 | 110 | 100010011 | 1010101 | 111011 |
Color Harmonies of #A73FEF
Complementary color
Monochromatic Colors of #A73FEF
Black with #A73FEF
Text Example
Text Example
White with #A73FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73FEF; }
p { color: rgb(167,63,239); }
H1.HeaderClassName
{
color: #A73FEF;
}
.AnyTagClassName
{
color: #A73FEF;
}
</style>
background-color css
<style>
a { background-color: #A73FEF; }
a { background-color: rgb(167,63,239); }
div.DivClassName
{
background-color: #A73FEF;
}
.BgClassName
{
background-color: #A73FEF;
}
</style>
border-color css
<style>
span { border-color: #A73FEF; }
span { border-color: rgb(167,63,239); }
td.TdClassName
{
border-color: #A73FEF;
}
.TagClassName
{
border-color: #A73FEF;
}
</style>