Shades of Blue Violet #A73EEF
Tints of Blue Violet #A73EEF
RGB
CMYK
RGB Variations
Color information
#A73EEF (or 0xA73EEF) is known color: Blue Violet. HEX triplet: A7, 3E and EF. RGB value is (167,62,239). Sum of RGB (Red+Green+Blue) = 167+62+239=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #A73EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73EEF is #58C110. Grayscale: #707070. Windows color (decimal): -5816593 or 15679143. OLE color: 15679143.
HSL color Cylindrical-coordinate representation of color #A73EEF: hue angle of 275.59º 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 #A73EEF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 62 | 239 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.06 |
| HSL | 275.59º | 0.85% | 0.59% | - |
| HSV(B) | 275.59º | 0.74% | 0.94% | - |
| XYZ | 33.24 | 17.89 | 83.36 | - |
| YUV | 113.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 239 | 0.30 | 0.74 | 0 | 0.06 | 275.59 | 0.85 | 0.59 |
| Hex | A7 | 3E | EF | 1E | 4A | 0 | 6 | 114 | 55 | 3B |
| Octal | 247 | 76 | 357 | 36 | 112 | 0 | 6 | 424 | 125 | 73 |
| Binary | 10100111 | 111110 | 11101111 | 11110 | 1001010 | 0 | 110 | 100010100 | 1010101 | 111011 |
Color Harmonies of #A73EEF
Complementary color
Monochromatic Colors of #A73EEF
Black with #A73EEF
Text Example
Text Example
White with #A73EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73EEF; }
p { color: rgb(167,62,239); }
H1.HeaderClassName
{
color: #A73EEF;
}
.AnyTagClassName
{
color: #A73EEF;
}
</style>
background-color css
<style>
a { background-color: #A73EEF; }
a { background-color: rgb(167,62,239); }
div.DivClassName
{
background-color: #A73EEF;
}
.BgClassName
{
background-color: #A73EEF;
}
</style>
border-color css
<style>
span { border-color: #A73EEF; }
span { border-color: rgb(167,62,239); }
td.TdClassName
{
border-color: #A73EEF;
}
.TagClassName
{
border-color: #A73EEF;
}
</style>