Shades of Vivid Violet #A32DA6
Tints of Vivid Violet #A32DA6
RGB
CMYK
RGB Variations
Color information
#A32DA6 (or 0xA32DA6) is known color: Vivid Violet. HEX triplet: A3, 2D and A6. RGB value is (163,45,166). Sum of RGB (Red+Green+Blue) = 163+45+166=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 166 - color contains mainly: blue. Hex color #A32DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32DA6 is #5CD259. Grayscale: #5D5D5D. Windows color (decimal): -6083162 or 10890659. OLE color: 10890659.
HSL color Cylindrical-coordinate representation of color #A32DA6: hue angle of 298.51º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32DA6 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 45 | 166 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.35 |
| HSL | 298.51º | 0.57% | 0.41% | - |
| HSV(B) | 298.51º | 0.73% | 0.65% | - |
| XYZ | 22.93 | 12.42 | 37.26 | - |
| YUV | 94.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 166 | 0.02 | 0.73 | 0 | 0.35 | 298.51 | 0.57 | 0.41 |
| Hex | A3 | 2D | A6 | 2 | 49 | 0 | 23 | 12B | 39 | 29 |
| Octal | 243 | 55 | 246 | 2 | 111 | 0 | 43 | 453 | 71 | 51 |
| Binary | 10100011 | 101101 | 10100110 | 10 | 1001001 | 0 | 100011 | 100101011 | 111001 | 101001 |
Color Harmonies of #A32DA6
Complementary color
Monochromatic Colors of #A32DA6
Black with #A32DA6
Text Example
Text Example
White with #A32DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DA6; }
p { color: rgb(163,45,166); }
H1.HeaderClassName
{
color: #A32DA6;
}
.AnyTagClassName
{
color: #A32DA6;
}
</style>
background-color css
<style>
a { background-color: #A32DA6; }
a { background-color: rgb(163,45,166); }
div.DivClassName
{
background-color: #A32DA6;
}
.BgClassName
{
background-color: #A32DA6;
}
</style>
border-color css
<style>
span { border-color: #A32DA6; }
span { border-color: rgb(163,45,166); }
td.TdClassName
{
border-color: #A32DA6;
}
.TagClassName
{
border-color: #A32DA6;
}
</style>