Shades of Vivid Violet #A324A1
Tints of Vivid Violet #A324A1
RGB
CMYK
RGB Variations
Color information
#A324A1 (or 0xA324A1) is known color: Vivid Violet. HEX triplet: A3, 24 and A1. RGB value is (163,36,161). Sum of RGB (Red+Green+Blue) = 163+36+161=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A324A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A324A1 is #5CDB5E. Grayscale: #575757. Windows color (decimal): -6085471 or 10560675. OLE color: 10560675.
HSL color Cylindrical-coordinate representation of color #A324A1: hue angle of 300.94º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A324A1 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 161 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.36 |
| HSL | 300.94º | 0.64% | 0.39% | - |
| HSV(B) | 300.94º | 0.78% | 0.64% | - |
| XYZ | 22.17 | 11.62 | 34.79 | - |
| YUV | 88.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 161 | 0 | 0.78 | 0.01 | 0.36 | 300.94 | 0.64 | 0.39 |
| Hex | A3 | 24 | A1 | 0 | 4E | 1 | 24 | 12D | 40 | 27 |
| Octal | 243 | 44 | 241 | 0 | 116 | 1 | 44 | 455 | 100 | 47 |
| Binary | 10100011 | 100100 | 10100001 | 0 | 1001110 | 1 | 100100 | 100101101 | 1000000 | 100111 |
Color Harmonies of #A324A1
Complementary color
Monochromatic Colors of #A324A1
Black with #A324A1
Text Example
Text Example
White with #A324A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A324A1; }
p { color: rgb(163,36,161); }
H1.HeaderClassName
{
color: #A324A1;
}
.AnyTagClassName
{
color: #A324A1;
}
</style>
background-color css
<style>
a { background-color: #A324A1; }
a { background-color: rgb(163,36,161); }
div.DivClassName
{
background-color: #A324A1;
}
.BgClassName
{
background-color: #A324A1;
}
</style>
border-color css
<style>
span { border-color: #A324A1; }
span { border-color: rgb(163,36,161); }
td.TdClassName
{
border-color: #A324A1;
}
.TagClassName
{
border-color: #A324A1;
}
</style>