Shades of Blue Violet #A73EEE
Tints of Blue Violet #A73EEE
RGB
CMYK
RGB Variations
Color information
#A73EEE (or 0xA73EEE) is known color: Blue Violet. HEX triplet: A7, 3E and EE. RGB value is (167,62,238). Sum of RGB (Red+Green+Blue) = 167+62+238=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #A73EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73EEE is #58C111. Grayscale: #707070. Windows color (decimal): -5816594 or 15613607. OLE color: 15613607.
HSL color Cylindrical-coordinate representation of color #A73EEE: hue angle of 275.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73EEE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 62 | 238 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.07 |
| HSL | 275.8º | 0.84% | 0.59% | - |
| HSV(B) | 275.8º | 0.74% | 0.93% | - |
| XYZ | 33.09 | 17.83 | 82.59 | - |
| YUV | 113.46 | 198.29 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 238 | 0.30 | 0.74 | 0 | 0.07 | 275.8 | 0.84 | 0.59 |
| Hex | A7 | 3E | EE | 1E | 4A | 0 | 7 | 114 | 54 | 3B |
| Octal | 247 | 76 | 356 | 36 | 112 | 0 | 7 | 424 | 124 | 73 |
| Binary | 10100111 | 111110 | 11101110 | 11110 | 1001010 | 0 | 111 | 100010100 | 1010100 | 111011 |
Color Harmonies of #A73EEE
Complementary color
Monochromatic Colors of #A73EEE
Black with #A73EEE
Text Example
Text Example
White with #A73EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73EEE; }
p { color: rgb(167,62,238); }
H1.HeaderClassName
{
color: #A73EEE;
}
.AnyTagClassName
{
color: #A73EEE;
}
</style>
background-color css
<style>
a { background-color: #A73EEE; }
a { background-color: rgb(167,62,238); }
div.DivClassName
{
background-color: #A73EEE;
}
.BgClassName
{
background-color: #A73EEE;
}
</style>
border-color css
<style>
span { border-color: #A73EEE; }
span { border-color: rgb(167,62,238); }
td.TdClassName
{
border-color: #A73EEE;
}
.TagClassName
{
border-color: #A73EEE;
}
</style>