Shades of Vivid Violet #A432A4
Tints of Vivid Violet #A432A4
RGB
CMYK
RGB Variations
Color information
#A432A4 (or 0xA432A4) is known color: Vivid Violet. HEX triplet: A4, 32 and A4. RGB value is (164,50,164). Sum of RGB (Red+Green+Blue) = 164+50+164=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A432A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A432A4 is #5BCD5B. Grayscale: #606060. Windows color (decimal): -6016348 or 10760868. OLE color: 10760868.
HSL color Cylindrical-coordinate representation of color #A432A4: hue angle of 300º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A432A4 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 164 | - |
| CMYK | 0 | 0.70 | 0 | 0.36 |
| HSL | 300º | 0.53% | 0.42% | - |
| HSV(B) | 300º | 0.7% | 0.64% | - |
| XYZ | 23.15 | 12.85 | 36.38 | - |
| YUV | 97.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 164 | 0 | 0.70 | 0 | 0.36 | 300 | 0.53 | 0.42 |
| Hex | A4 | 32 | A4 | 0 | 46 | 0 | 24 | 12C | 35 | 2A |
| Octal | 244 | 62 | 244 | 0 | 106 | 0 | 44 | 454 | 65 | 52 |
| Binary | 10100100 | 110010 | 10100100 | 0 | 1000110 | 0 | 100100 | 100101100 | 110101 | 101010 |
Color Harmonies of #A432A4
Complementary color
Monochromatic Colors of #A432A4
Black with #A432A4
Text Example
Text Example
White with #A432A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A432A4; }
p { color: rgb(164,50,164); }
H1.HeaderClassName
{
color: #A432A4;
}
.AnyTagClassName
{
color: #A432A4;
}
</style>
background-color css
<style>
a { background-color: #A432A4; }
a { background-color: rgb(164,50,164); }
div.DivClassName
{
background-color: #A432A4;
}
.BgClassName
{
background-color: #A432A4;
}
</style>
border-color css
<style>
span { border-color: #A432A4; }
span { border-color: rgb(164,50,164); }
td.TdClassName
{
border-color: #A432A4;
}
.TagClassName
{
border-color: #A432A4;
}
</style>