Shades of Vivid Violet #A32FA4
Tints of Vivid Violet #A32FA4
RGB
CMYK
RGB Variations
Color information
#A32FA4 (or 0xA32FA4) is known color: Vivid Violet. HEX triplet: A3, 2F and A4. RGB value is (163,47,164). Sum of RGB (Red+Green+Blue) = 163+47+164=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #A32FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32FA4 is #5CD05B. Grayscale: #5E5E5E. Windows color (decimal): -6082652 or 10760099. OLE color: 10760099.
HSL color Cylindrical-coordinate representation of color #A32FA4: hue angle of 299.49º 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 #A32FA4 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 164 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.36 |
| HSL | 299.49º | 0.55% | 0.41% | - |
| HSV(B) | 299.49º | 0.71% | 0.64% | - |
| XYZ | 22.82 | 12.5 | 36.33 | - |
| YUV | 95.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 164 | 0.01 | 0.71 | 0 | 0.36 | 299.49 | 0.55 | 0.41 |
| Hex | A3 | 2F | A4 | 1 | 47 | 0 | 24 | 12B | 37 | 29 |
| Octal | 243 | 57 | 244 | 1 | 107 | 0 | 44 | 453 | 67 | 51 |
| Binary | 10100011 | 101111 | 10100100 | 1 | 1000111 | 0 | 100100 | 100101011 | 110111 | 101001 |
Color Harmonies of #A32FA4
Complementary color
Monochromatic Colors of #A32FA4
Black with #A32FA4
Text Example
Text Example
White with #A32FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FA4; }
p { color: rgb(163,47,164); }
H1.HeaderClassName
{
color: #A32FA4;
}
.AnyTagClassName
{
color: #A32FA4;
}
</style>
background-color css
<style>
a { background-color: #A32FA4; }
a { background-color: rgb(163,47,164); }
div.DivClassName
{
background-color: #A32FA4;
}
.BgClassName
{
background-color: #A32FA4;
}
</style>
border-color css
<style>
span { border-color: #A32FA4; }
span { border-color: rgb(163,47,164); }
td.TdClassName
{
border-color: #A32FA4;
}
.TagClassName
{
border-color: #A32FA4;
}
</style>