Shades of Blue Violet #A73CEF
Tints of Blue Violet #A73CEF
RGB
CMYK
RGB Variations
Color information
#A73CEF (or 0xA73CEF) is known color: Blue Violet. HEX triplet: A7, 3C and EF. RGB value is (167,60,239). Sum of RGB (Red+Green+Blue) = 167+60+239=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #A73CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73CEF is #58C310. Grayscale: #6F6F6F. Windows color (decimal): -5817105 or 15678631. OLE color: 15678631.
HSL color Cylindrical-coordinate representation of color #A73CEF: hue angle of 275.87º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A73CEF is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 60 | 239 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.06 |
| HSL | 275.87º | 0.85% | 0.59% | - |
| HSV(B) | 275.87º | 0.75% | 0.94% | - |
| XYZ | 33.13 | 17.68 | 83.33 | - |
| YUV | 112.4 | 199.45 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 239 | 0.30 | 0.75 | 0 | 0.06 | 275.87 | 0.85 | 0.59 |
| Hex | A7 | 3C | EF | 1E | 4B | 0 | 6 | 114 | 55 | 3B |
| Octal | 247 | 74 | 357 | 36 | 113 | 0 | 6 | 424 | 125 | 73 |
| Binary | 10100111 | 111100 | 11101111 | 11110 | 1001011 | 0 | 110 | 100010100 | 1010101 | 111011 |
Color Harmonies of #A73CEF
Complementary color
Monochromatic Colors of #A73CEF
Black with #A73CEF
Text Example
Text Example
White with #A73CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CEF; }
p { color: rgb(167,60,239); }
H1.HeaderClassName
{
color: #A73CEF;
}
.AnyTagClassName
{
color: #A73CEF;
}
</style>
background-color css
<style>
a { background-color: #A73CEF; }
a { background-color: rgb(167,60,239); }
div.DivClassName
{
background-color: #A73CEF;
}
.BgClassName
{
background-color: #A73CEF;
}
</style>
border-color css
<style>
span { border-color: #A73CEF; }
span { border-color: rgb(167,60,239); }
td.TdClassName
{
border-color: #A73CEF;
}
.TagClassName
{
border-color: #A73CEF;
}
</style>