Shades of Vivid Violet #A130A1
Tints of Vivid Violet #A130A1
RGB
CMYK
RGB Variations
Color information
#A130A1 (or 0xA130A1) is known color: Vivid Violet. HEX triplet: A1, 30 and A1. RGB value is (161,48,161). Sum of RGB (Red+Green+Blue) = 161+48+161=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A130A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A130A1 is #5ECF5E. Grayscale: #5E5E5E. Windows color (decimal): -6213471 or 10563745. OLE color: 10563745.
HSL color Cylindrical-coordinate representation of color #A130A1: hue angle of 300º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A130A1 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 161 | - |
| CMYK | 0 | 0.70 | 0 | 0.37 |
| HSL | 300º | 0.54% | 0.41% | - |
| HSV(B) | 300º | 0.7% | 0.63% | - |
| XYZ | 22.19 | 12.26 | 34.92 | - |
| YUV | 94.67 | 165.44 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 161 | 0 | 0.70 | 0 | 0.37 | 300 | 0.54 | 0.41 |
| Hex | A1 | 30 | A1 | 0 | 46 | 0 | 25 | 12C | 36 | 29 |
| Octal | 241 | 60 | 241 | 0 | 106 | 0 | 45 | 454 | 66 | 51 |
| Binary | 10100001 | 110000 | 10100001 | 0 | 1000110 | 0 | 100101 | 100101100 | 110110 | 101001 |
Color Harmonies of #A130A1
Complementary color
Monochromatic Colors of #A130A1
Black with #A130A1
Text Example
Text Example
White with #A130A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A130A1; }
p { color: rgb(161,48,161); }
H1.HeaderClassName
{
color: #A130A1;
}
.AnyTagClassName
{
color: #A130A1;
}
</style>
background-color css
<style>
a { background-color: #A130A1; }
a { background-color: rgb(161,48,161); }
div.DivClassName
{
background-color: #A130A1;
}
.BgClassName
{
background-color: #A130A1;
}
</style>
border-color css
<style>
span { border-color: #A130A1; }
span { border-color: rgb(161,48,161); }
td.TdClassName
{
border-color: #A130A1;
}
.TagClassName
{
border-color: #A130A1;
}
</style>