Shades of Blue Violet #A72CEE
Tints of Blue Violet #A72CEE
RGB
CMYK
RGB Variations
Color information
#A72CEE (or 0xA72CEE) is known color: Blue Violet. HEX triplet: A7, 2C and EE. RGB value is (167,44,238). Sum of RGB (Red+Green+Blue) = 167+44+238=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #A72CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72CEE is #58D311. Grayscale: #666666. Windows color (decimal): -5821202 or 15608999. OLE color: 15608999.
HSL color Cylindrical-coordinate representation of color #A72CEE: hue angle of 278.04º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A72CEE is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 44 | 238 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.07 |
| HSL | 278.04º | 0.85% | 0.55% | - |
| HSV(B) | 278.04º | 0.82% | 0.93% | - |
| XYZ | 32.27 | 16.19 | 82.31 | - |
| YUV | 102.89 | 204.25 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 238 | 0.30 | 0.82 | 0 | 0.07 | 278.04 | 0.85 | 0.55 |
| Hex | A7 | 2C | EE | 1E | 52 | 0 | 7 | 116 | 55 | 37 |
| Octal | 247 | 54 | 356 | 36 | 122 | 0 | 7 | 426 | 125 | 67 |
| Binary | 10100111 | 101100 | 11101110 | 11110 | 1010010 | 0 | 111 | 100010110 | 1010101 | 110111 |
Color Harmonies of #A72CEE
Complementary color
Monochromatic Colors of #A72CEE
Black with #A72CEE
Text Example
Text Example
White with #A72CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CEE; }
p { color: rgb(167,44,238); }
H1.HeaderClassName
{
color: #A72CEE;
}
.AnyTagClassName
{
color: #A72CEE;
}
</style>
background-color css
<style>
a { background-color: #A72CEE; }
a { background-color: rgb(167,44,238); }
div.DivClassName
{
background-color: #A72CEE;
}
.BgClassName
{
background-color: #A72CEE;
}
</style>
border-color css
<style>
span { border-color: #A72CEE; }
span { border-color: rgb(167,44,238); }
td.TdClassName
{
border-color: #A72CEE;
}
.TagClassName
{
border-color: #A72CEE;
}
</style>