Shades of Vivid Violet #A131A5
Tints of Vivid Violet #A131A5
RGB
CMYK
RGB Variations
Color information
#A131A5 (or 0xA131A5) is known color: Vivid Violet. HEX triplet: A1, 31 and A5. RGB value is (161,49,165). Sum of RGB (Red+Green+Blue) = 161+49+165=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #A131A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A131A5 is #5ECE5A. Grayscale: #5F5F5F. Windows color (decimal): -6213211 or 10826145. OLE color: 10826145.
HSL color Cylindrical-coordinate representation of color #A131A5: hue angle of 297.93º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A131A5 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 49 | 165 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.35 |
| HSL | 297.93º | 0.54% | 0.42% | - |
| HSV(B) | 297.93º | 0.7% | 0.65% | - |
| XYZ | 22.59 | 12.49 | 36.82 | - |
| YUV | 95.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 165 | 0.02 | 0.70 | 0 | 0.35 | 297.93 | 0.54 | 0.42 |
| Hex | A1 | 31 | A5 | 2 | 46 | 0 | 23 | 12A | 36 | 2A |
| Octal | 241 | 61 | 245 | 2 | 106 | 0 | 43 | 452 | 66 | 52 |
| Binary | 10100001 | 110001 | 10100101 | 10 | 1000110 | 0 | 100011 | 100101010 | 110110 | 101010 |
Color Harmonies of #A131A5
Complementary color
Monochromatic Colors of #A131A5
Black with #A131A5
Text Example
Text Example
White with #A131A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131A5; }
p { color: rgb(161,49,165); }
H1.HeaderClassName
{
color: #A131A5;
}
.AnyTagClassName
{
color: #A131A5;
}
</style>
background-color css
<style>
a { background-color: #A131A5; }
a { background-color: rgb(161,49,165); }
div.DivClassName
{
background-color: #A131A5;
}
.BgClassName
{
background-color: #A131A5;
}
</style>
border-color css
<style>
span { border-color: #A131A5; }
span { border-color: rgb(161,49,165); }
td.TdClassName
{
border-color: #A131A5;
}
.TagClassName
{
border-color: #A131A5;
}
</style>