Shades of Vivid Violet #A32FA6
Tints of Vivid Violet #A32FA6
RGB
CMYK
RGB Variations
Color information
#A32FA6 (or 0xA32FA6) is known color: Vivid Violet. HEX triplet: A3, 2F and A6. RGB value is (163,47,166). Sum of RGB (Red+Green+Blue) = 163+47+166=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #A32FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32FA6 is #5CD059. Grayscale: #5E5E5E. Windows color (decimal): -6082650 or 10891171. OLE color: 10891171.
HSL color Cylindrical-coordinate representation of color #A32FA6: hue angle of 298.49º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32FA6 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 47 | 166 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.35 |
| HSL | 298.49º | 0.56% | 0.42% | - |
| HSV(B) | 298.49º | 0.72% | 0.65% | - |
| XYZ | 23 | 12.57 | 37.29 | - |
| YUV | 95.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 166 | 0.02 | 0.72 | 0 | 0.35 | 298.49 | 0.56 | 0.42 |
| Hex | A3 | 2F | A6 | 2 | 48 | 0 | 23 | 12A | 38 | 2A |
| Octal | 243 | 57 | 246 | 2 | 110 | 0 | 43 | 452 | 70 | 52 |
| Binary | 10100011 | 101111 | 10100110 | 10 | 1001000 | 0 | 100011 | 100101010 | 111000 | 101010 |
Color Harmonies of #A32FA6
Complementary color
Monochromatic Colors of #A32FA6
Black with #A32FA6
Text Example
Text Example
White with #A32FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FA6; }
p { color: rgb(163,47,166); }
H1.HeaderClassName
{
color: #A32FA6;
}
.AnyTagClassName
{
color: #A32FA6;
}
</style>
background-color css
<style>
a { background-color: #A32FA6; }
a { background-color: rgb(163,47,166); }
div.DivClassName
{
background-color: #A32FA6;
}
.BgClassName
{
background-color: #A32FA6;
}
</style>
border-color css
<style>
span { border-color: #A32FA6; }
span { border-color: rgb(163,47,166); }
td.TdClassName
{
border-color: #A32FA6;
}
.TagClassName
{
border-color: #A32FA6;
}
</style>