Shades of Vivid Violet #A32F9F
Tints of Vivid Violet #A32F9F
RGB
CMYK
RGB Variations
Color information
#A32F9F (or 0xA32F9F) is known color: Vivid Violet. HEX triplet: A3, 2F and 9F. RGB value is (163,47,159). Sum of RGB (Red+Green+Blue) = 163+47+159=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32F9F is #5CD060. Grayscale: #5E5E5E. Windows color (decimal): -6082657 or 10432419. OLE color: 10432419.
HSL color Cylindrical-coordinate representation of color #A32F9F: hue angle of 302.07º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A32F9F is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 159 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.36 |
| HSL | 302.07º | 0.55% | 0.41% | - |
| HSV(B) | 302.07º | 0.71% | 0.64% | - |
| XYZ | 22.38 | 12.32 | 34 | - |
| YUV | 94.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 159 | 0 | 0.71 | 0.02 | 0.36 | 302.07 | 0.55 | 0.41 |
| Hex | A3 | 2F | 9F | 0 | 47 | 2 | 24 | 12E | 37 | 29 |
| Octal | 243 | 57 | 237 | 0 | 107 | 2 | 44 | 456 | 67 | 51 |
| Binary | 10100011 | 101111 | 10011111 | 0 | 1000111 | 10 | 100100 | 100101110 | 110111 | 101001 |
Color Harmonies of #A32F9F
Complementary color
Monochromatic Colors of #A32F9F
Black with #A32F9F
Text Example
Text Example
White with #A32F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F9F; }
p { color: rgb(163,47,159); }
H1.HeaderClassName
{
color: #A32F9F;
}
.AnyTagClassName
{
color: #A32F9F;
}
</style>
background-color css
<style>
a { background-color: #A32F9F; }
a { background-color: rgb(163,47,159); }
div.DivClassName
{
background-color: #A32F9F;
}
.BgClassName
{
background-color: #A32F9F;
}
</style>
border-color css
<style>
span { border-color: #A32F9F; }
span { border-color: rgb(163,47,159); }
td.TdClassName
{
border-color: #A32F9F;
}
.TagClassName
{
border-color: #A32F9F;
}
</style>