Shades of Vivid Violet #A334A0
Tints of Vivid Violet #A334A0
RGB
CMYK
RGB Variations
Color information
#A334A0 (or 0xA334A0) is known color: Vivid Violet. HEX triplet: A3, 34 and A0. RGB value is (163,52,160). Sum of RGB (Red+Green+Blue) = 163+52+160=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A334A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334A0 is #5CCB5F. Grayscale: #616161. Windows color (decimal): -6081376 or 10499235. OLE color: 10499235.
HSL color Cylindrical-coordinate representation of color #A334A0: hue angle of 301.62º 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 #A334A0 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 160 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.36 |
| HSL | 301.62º | 0.52% | 0.42% | - |
| HSV(B) | 301.62º | 0.68% | 0.64% | - |
| XYZ | 22.68 | 12.78 | 34.53 | - |
| YUV | 97.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 160 | 0 | 0.68 | 0.02 | 0.36 | 301.62 | 0.52 | 0.42 |
| Hex | A3 | 34 | A0 | 0 | 44 | 2 | 24 | 12E | 34 | 2A |
| Octal | 243 | 64 | 240 | 0 | 104 | 2 | 44 | 456 | 64 | 52 |
| Binary | 10100011 | 110100 | 10100000 | 0 | 1000100 | 10 | 100100 | 100101110 | 110100 | 101010 |
Color Harmonies of #A334A0
Complementary color
Monochromatic Colors of #A334A0
Black with #A334A0
Text Example
Text Example
White with #A334A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334A0; }
p { color: rgb(163,52,160); }
H1.HeaderClassName
{
color: #A334A0;
}
.AnyTagClassName
{
color: #A334A0;
}
</style>
background-color css
<style>
a { background-color: #A334A0; }
a { background-color: rgb(163,52,160); }
div.DivClassName
{
background-color: #A334A0;
}
.BgClassName
{
background-color: #A334A0;
}
</style>
border-color css
<style>
span { border-color: #A334A0; }
span { border-color: rgb(163,52,160); }
td.TdClassName
{
border-color: #A334A0;
}
.TagClassName
{
border-color: #A334A0;
}
</style>