Shades of Vivid Violet #A131A2
Tints of Vivid Violet #A131A2
RGB
CMYK
RGB Variations
Color information
#A131A2 (or 0xA131A2) is known color: Vivid Violet. HEX triplet: A1, 31 and A2. RGB value is (161,49,162). Sum of RGB (Red+Green+Blue) = 161+49+162=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #A131A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A131A2 is #5ECE5D. Grayscale: #5F5F5F. Windows color (decimal): -6213214 or 10629537. OLE color: 10629537.
HSL color Cylindrical-coordinate representation of color #A131A2: hue angle of 299.47º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A131A2 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 49 | 162 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.36 |
| HSL | 299.47º | 0.54% | 0.41% | - |
| HSV(B) | 299.47º | 0.7% | 0.64% | - |
| XYZ | 22.32 | 12.38 | 35.4 | - |
| YUV | 95.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 162 | 0.01 | 0.70 | 0 | 0.36 | 299.47 | 0.54 | 0.41 |
| Hex | A1 | 31 | A2 | 1 | 46 | 0 | 24 | 12B | 36 | 29 |
| Octal | 241 | 61 | 242 | 1 | 106 | 0 | 44 | 453 | 66 | 51 |
| Binary | 10100001 | 110001 | 10100010 | 1 | 1000110 | 0 | 100100 | 100101011 | 110110 | 101001 |
Color Harmonies of #A131A2
Complementary color
Monochromatic Colors of #A131A2
Black with #A131A2
Text Example
Text Example
White with #A131A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131A2; }
p { color: rgb(161,49,162); }
H1.HeaderClassName
{
color: #A131A2;
}
.AnyTagClassName
{
color: #A131A2;
}
</style>
background-color css
<style>
a { background-color: #A131A2; }
a { background-color: rgb(161,49,162); }
div.DivClassName
{
background-color: #A131A2;
}
.BgClassName
{
background-color: #A131A2;
}
</style>
border-color css
<style>
span { border-color: #A131A2; }
span { border-color: rgb(161,49,162); }
td.TdClassName
{
border-color: #A131A2;
}
.TagClassName
{
border-color: #A131A2;
}
</style>