Shades of Vivid Violet #A330A1
Tints of Vivid Violet #A330A1
RGB
CMYK
RGB Variations
Color information
#A330A1 (or 0xA330A1) is known color: Vivid Violet. HEX triplet: A3, 30 and A1. RGB value is (163,48,161). Sum of RGB (Red+Green+Blue) = 163+48+161=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A330A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A330A1 is #5CCF5E. Grayscale: #5E5E5E. Windows color (decimal): -6082399 or 10563747. OLE color: 10563747.
HSL color Cylindrical-coordinate representation of color #A330A1: hue angle of 301.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A330A1 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 161 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.36 |
| HSL | 301.04º | 0.55% | 0.41% | - |
| HSV(B) | 301.04º | 0.71% | 0.64% | - |
| XYZ | 22.59 | 12.47 | 34.94 | - |
| YUV | 95.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 161 | 0 | 0.71 | 0.01 | 0.36 | 301.04 | 0.55 | 0.41 |
| Hex | A3 | 30 | A1 | 0 | 47 | 1 | 24 | 12D | 37 | 29 |
| Octal | 243 | 60 | 241 | 0 | 107 | 1 | 44 | 455 | 67 | 51 |
| Binary | 10100011 | 110000 | 10100001 | 0 | 1000111 | 1 | 100100 | 100101101 | 110111 | 101001 |
Color Harmonies of #A330A1
Complementary color
Monochromatic Colors of #A330A1
Black with #A330A1
Text Example
Text Example
White with #A330A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A330A1; }
p { color: rgb(163,48,161); }
H1.HeaderClassName
{
color: #A330A1;
}
.AnyTagClassName
{
color: #A330A1;
}
</style>
background-color css
<style>
a { background-color: #A330A1; }
a { background-color: rgb(163,48,161); }
div.DivClassName
{
background-color: #A330A1;
}
.BgClassName
{
background-color: #A330A1;
}
</style>
border-color css
<style>
span { border-color: #A330A1; }
span { border-color: rgb(163,48,161); }
td.TdClassName
{
border-color: #A330A1;
}
.TagClassName
{
border-color: #A330A1;
}
</style>