Shades of Vivid Violet #A127A1
Tints of Vivid Violet #A127A1
RGB
CMYK
RGB Variations
Color information
#A127A1 (or 0xA127A1) is known color: Vivid Violet. HEX triplet: A1, 27 and A1. RGB value is (161,39,161). Sum of RGB (Red+Green+Blue) = 161+39+161=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A127A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A127A1 is #5ED85E. Grayscale: #595959. Windows color (decimal): -6215775 or 10561441. OLE color: 10561441.
HSL color Cylindrical-coordinate representation of color #A127A1: hue angle of 300º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A127A1 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 161 | - |
| CMYK | 0 | 0.76 | 0 | 0.37 |
| HSL | 300º | 0.61% | 0.39% | - |
| HSV(B) | 300º | 0.76% | 0.63% | - |
| XYZ | 21.86 | 11.6 | 34.81 | - |
| YUV | 89.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 161 | 0 | 0.76 | 0 | 0.37 | 300 | 0.61 | 0.39 |
| Hex | A1 | 27 | A1 | 0 | 4C | 0 | 25 | 12C | 3D | 27 |
| Octal | 241 | 47 | 241 | 0 | 114 | 0 | 45 | 454 | 75 | 47 |
| Binary | 10100001 | 100111 | 10100001 | 0 | 1001100 | 0 | 100101 | 100101100 | 111101 | 100111 |
Color Harmonies of #A127A1
Complementary color
Monochromatic Colors of #A127A1
Black with #A127A1
Text Example
Text Example
White with #A127A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127A1; }
p { color: rgb(161,39,161); }
H1.HeaderClassName
{
color: #A127A1;
}
.AnyTagClassName
{
color: #A127A1;
}
</style>
background-color css
<style>
a { background-color: #A127A1; }
a { background-color: rgb(161,39,161); }
div.DivClassName
{
background-color: #A127A1;
}
.BgClassName
{
background-color: #A127A1;
}
</style>
border-color css
<style>
span { border-color: #A127A1; }
span { border-color: rgb(161,39,161); }
td.TdClassName
{
border-color: #A127A1;
}
.TagClassName
{
border-color: #A127A1;
}
</style>