Shades of Vivid Violet #A72DA6
Tints of Vivid Violet #A72DA6
RGB
CMYK
RGB Variations
Color information
#A72DA6 (or 0xA72DA6) is known color: Vivid Violet. HEX triplet: A7, 2D and A6. RGB value is (167,45,166). Sum of RGB (Red+Green+Blue) = 167+45+166=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A72DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72DA6 is #58D259. Grayscale: #5E5E5E. Windows color (decimal): -5821018 or 10890663. OLE color: 10890663.
HSL color Cylindrical-coordinate representation of color #A72DA6: hue angle of 300.49º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72DA6 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 45 | 166 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.35 |
| HSL | 300.49º | 0.58% | 0.42% | - |
| HSV(B) | 300.49º | 0.73% | 0.65% | - |
| XYZ | 23.76 | 12.85 | 37.3 | - |
| YUV | 95.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 166 | 0 | 0.73 | 0.01 | 0.35 | 300.49 | 0.58 | 0.42 |
| Hex | A7 | 2D | A6 | 0 | 49 | 1 | 23 | 12C | 3A | 2A |
| Octal | 247 | 55 | 246 | 0 | 111 | 1 | 43 | 454 | 72 | 52 |
| Binary | 10100111 | 101101 | 10100110 | 0 | 1001001 | 1 | 100011 | 100101100 | 111010 | 101010 |
Color Harmonies of #A72DA6
Complementary color
Monochromatic Colors of #A72DA6
Black with #A72DA6
Text Example
Text Example
White with #A72DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72DA6; }
p { color: rgb(167,45,166); }
H1.HeaderClassName
{
color: #A72DA6;
}
.AnyTagClassName
{
color: #A72DA6;
}
</style>
background-color css
<style>
a { background-color: #A72DA6; }
a { background-color: rgb(167,45,166); }
div.DivClassName
{
background-color: #A72DA6;
}
.BgClassName
{
background-color: #A72DA6;
}
</style>
border-color css
<style>
span { border-color: #A72DA6; }
span { border-color: rgb(167,45,166); }
td.TdClassName
{
border-color: #A72DA6;
}
.TagClassName
{
border-color: #A72DA6;
}
</style>