Shades of Vivid Violet #A334A1
Tints of Vivid Violet #A334A1
RGB
CMYK
RGB Variations
Color information
#A334A1 (or 0xA334A1) is known color: Vivid Violet. HEX triplet: A3, 34 and A1. RGB value is (163,52,161). Sum of RGB (Red+Green+Blue) = 163+52+161=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A334A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334A1 is #5CCB5E. Grayscale: #616161. Windows color (decimal): -6081375 or 10564771. OLE color: 10564771.
HSL color Cylindrical-coordinate representation of color #A334A1: hue angle of 301.08º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A334A1 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 161 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.36 |
| HSL | 301.08º | 0.52% | 0.42% | - |
| HSV(B) | 301.08º | 0.68% | 0.64% | - |
| XYZ | 22.77 | 12.82 | 34.99 | - |
| YUV | 97.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 161 | 0 | 0.68 | 0.01 | 0.36 | 301.08 | 0.52 | 0.42 |
| Hex | A3 | 34 | A1 | 0 | 44 | 1 | 24 | 12D | 34 | 2A |
| Octal | 243 | 64 | 241 | 0 | 104 | 1 | 44 | 455 | 64 | 52 |
| Binary | 10100011 | 110100 | 10100001 | 0 | 1000100 | 1 | 100100 | 100101101 | 110100 | 101010 |
Color Harmonies of #A334A1
Complementary color
Monochromatic Colors of #A334A1
Black with #A334A1
Text Example
Text Example
White with #A334A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334A1; }
p { color: rgb(163,52,161); }
H1.HeaderClassName
{
color: #A334A1;
}
.AnyTagClassName
{
color: #A334A1;
}
</style>
background-color css
<style>
a { background-color: #A334A1; }
a { background-color: rgb(163,52,161); }
div.DivClassName
{
background-color: #A334A1;
}
.BgClassName
{
background-color: #A334A1;
}
</style>
border-color css
<style>
span { border-color: #A334A1; }
span { border-color: rgb(163,52,161); }
td.TdClassName
{
border-color: #A334A1;
}
.TagClassName
{
border-color: #A334A1;
}
</style>