Shades of Vivid Violet #A131A3
Tints of Vivid Violet #A131A3
RGB
CMYK
RGB Variations
Color information
#A131A3 (or 0xA131A3) is known color: Vivid Violet. HEX triplet: A1, 31 and A3. RGB value is (161,49,163). Sum of RGB (Red+Green+Blue) = 161+49+163=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #A131A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A131A3 is #5ECE5C. Grayscale: #5F5F5F. Windows color (decimal): -6213213 or 10695073. OLE color: 10695073.
HSL color Cylindrical-coordinate representation of color #A131A3: hue angle of 298.95º 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 #A131A3 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 49 | 163 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.36 |
| HSL | 298.95º | 0.54% | 0.42% | - |
| HSV(B) | 298.95º | 0.7% | 0.64% | - |
| XYZ | 22.41 | 12.42 | 35.87 | - |
| YUV | 95.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 163 | 0.01 | 0.70 | 0 | 0.36 | 298.95 | 0.54 | 0.42 |
| Hex | A1 | 31 | A3 | 1 | 46 | 0 | 24 | 12B | 36 | 2A |
| Octal | 241 | 61 | 243 | 1 | 106 | 0 | 44 | 453 | 66 | 52 |
| Binary | 10100001 | 110001 | 10100011 | 1 | 1000110 | 0 | 100100 | 100101011 | 110110 | 101010 |
Color Harmonies of #A131A3
Complementary color
Monochromatic Colors of #A131A3
Black with #A131A3
Text Example
Text Example
White with #A131A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131A3; }
p { color: rgb(161,49,163); }
H1.HeaderClassName
{
color: #A131A3;
}
.AnyTagClassName
{
color: #A131A3;
}
</style>
background-color css
<style>
a { background-color: #A131A3; }
a { background-color: rgb(161,49,163); }
div.DivClassName
{
background-color: #A131A3;
}
.BgClassName
{
background-color: #A131A3;
}
</style>
border-color css
<style>
span { border-color: #A131A3; }
span { border-color: rgb(161,49,163); }
td.TdClassName
{
border-color: #A131A3;
}
.TagClassName
{
border-color: #A131A3;
}
</style>