Shades of Vivid Violet #A131A4
Tints of Vivid Violet #A131A4
RGB
CMYK
RGB Variations
Color information
#A131A4 (or 0xA131A4) is known color: Vivid Violet. HEX triplet: A1, 31 and A4. RGB value is (161,49,164). Sum of RGB (Red+Green+Blue) = 161+49+164=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #A131A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A131A4 is #5ECE5B. Grayscale: #5F5F5F. Windows color (decimal): -6213212 or 10760609. OLE color: 10760609.
HSL color Cylindrical-coordinate representation of color #A131A4: hue angle of 298.43º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A131A4 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 49 | 164 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.36 |
| HSL | 298.43º | 0.54% | 0.42% | - |
| HSV(B) | 298.43º | 0.7% | 0.64% | - |
| XYZ | 22.5 | 12.45 | 36.34 | - |
| YUV | 95.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 164 | 0.02 | 0.70 | 0 | 0.36 | 298.43 | 0.54 | 0.42 |
| Hex | A1 | 31 | A4 | 2 | 46 | 0 | 24 | 12A | 36 | 2A |
| Octal | 241 | 61 | 244 | 2 | 106 | 0 | 44 | 452 | 66 | 52 |
| Binary | 10100001 | 110001 | 10100100 | 10 | 1000110 | 0 | 100100 | 100101010 | 110110 | 101010 |
Color Harmonies of #A131A4
Complementary color
Monochromatic Colors of #A131A4
Black with #A131A4
Text Example
Text Example
White with #A131A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131A4; }
p { color: rgb(161,49,164); }
H1.HeaderClassName
{
color: #A131A4;
}
.AnyTagClassName
{
color: #A131A4;
}
</style>
background-color css
<style>
a { background-color: #A131A4; }
a { background-color: rgb(161,49,164); }
div.DivClassName
{
background-color: #A131A4;
}
.BgClassName
{
background-color: #A131A4;
}
</style>
border-color css
<style>
span { border-color: #A131A4; }
span { border-color: rgb(161,49,164); }
td.TdClassName
{
border-color: #A131A4;
}
.TagClassName
{
border-color: #A131A4;
}
</style>