Shades of Blue Violet #A72CED
Tints of Blue Violet #A72CED
RGB
CMYK
RGB Variations
Color information
#A72CED (or 0xA72CED) is known color: Blue Violet. HEX triplet: A7, 2C and ED. RGB value is (167,44,237). Sum of RGB (Red+Green+Blue) = 167+44+237=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #A72CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72CED is #58D312. Grayscale: #666666. Windows color (decimal): -5821203 or 15543463. OLE color: 15543463.
HSL color Cylindrical-coordinate representation of color #A72CED: hue angle of 278.24º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72CED is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 44 | 237 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.07 |
| HSL | 278.24º | 0.84% | 0.55% | - |
| HSV(B) | 278.24º | 0.81% | 0.93% | - |
| XYZ | 32.12 | 16.13 | 81.54 | - |
| YUV | 102.78 | 203.75 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 237 | 0.30 | 0.81 | 0 | 0.07 | 278.24 | 0.84 | 0.55 |
| Hex | A7 | 2C | ED | 1E | 51 | 0 | 7 | 116 | 54 | 37 |
| Octal | 247 | 54 | 355 | 36 | 121 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10100111 | 101100 | 11101101 | 11110 | 1010001 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A72CED
Complementary color
Monochromatic Colors of #A72CED
Black with #A72CED
Text Example
Text Example
White with #A72CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CED; }
p { color: rgb(167,44,237); }
H1.HeaderClassName
{
color: #A72CED;
}
.AnyTagClassName
{
color: #A72CED;
}
</style>
background-color css
<style>
a { background-color: #A72CED; }
a { background-color: rgb(167,44,237); }
div.DivClassName
{
background-color: #A72CED;
}
.BgClassName
{
background-color: #A72CED;
}
</style>
border-color css
<style>
span { border-color: #A72CED; }
span { border-color: rgb(167,44,237); }
td.TdClassName
{
border-color: #A72CED;
}
.TagClassName
{
border-color: #A72CED;
}
</style>