Shades of Vivid Violet #A32AA2
Tints of Vivid Violet #A32AA2
RGB
CMYK
RGB Variations
Color information
#A32AA2 (or 0xA32AA2) is known color: Vivid Violet. HEX triplet: A3, 2A and A2. RGB value is (163,42,162). Sum of RGB (Red+Green+Blue) = 163+42+162=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A32AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32AA2 is #5CD55D. Grayscale: #5B5B5B. Windows color (decimal): -6083934 or 10627747. OLE color: 10627747.
HSL color Cylindrical-coordinate representation of color #A32AA2: hue angle of 300.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32AA2 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 162 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.36 |
| HSL | 300.5º | 0.59% | 0.4% | - |
| HSV(B) | 300.5º | 0.74% | 0.64% | - |
| XYZ | 22.45 | 12.05 | 35.33 | - |
| YUV | 91.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 162 | 0 | 0.74 | 0.01 | 0.36 | 300.5 | 0.59 | 0.4 |
| Hex | A3 | 2A | A2 | 0 | 4A | 1 | 24 | 12C | 3B | 28 |
| Octal | 243 | 52 | 242 | 0 | 112 | 1 | 44 | 454 | 73 | 50 |
| Binary | 10100011 | 101010 | 10100010 | 0 | 1001010 | 1 | 100100 | 100101100 | 111011 | 101000 |
Color Harmonies of #A32AA2
Complementary color
Monochromatic Colors of #A32AA2
Black with #A32AA2
Text Example
Text Example
White with #A32AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AA2; }
p { color: rgb(163,42,162); }
H1.HeaderClassName
{
color: #A32AA2;
}
.AnyTagClassName
{
color: #A32AA2;
}
</style>
background-color css
<style>
a { background-color: #A32AA2; }
a { background-color: rgb(163,42,162); }
div.DivClassName
{
background-color: #A32AA2;
}
.BgClassName
{
background-color: #A32AA2;
}
</style>
border-color css
<style>
span { border-color: #A32AA2; }
span { border-color: rgb(163,42,162); }
td.TdClassName
{
border-color: #A32AA2;
}
.TagClassName
{
border-color: #A32AA2;
}
</style>