Shades of Vivid Violet #A127A0
Tints of Vivid Violet #A127A0
RGB
CMYK
RGB Variations
Color information
#A127A0 (or 0xA127A0) is known color: Vivid Violet. HEX triplet: A1, 27 and A0. RGB value is (161,39,160). Sum of RGB (Red+Green+Blue) = 161+39+160=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A127A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A127A0 is #5ED85F. Grayscale: #585858. Windows color (decimal): -6215776 or 10495905. OLE color: 10495905.
HSL color Cylindrical-coordinate representation of color #A127A0: hue angle of 300.49º 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 #A127A0 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 160 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.37 |
| HSL | 300.49º | 0.61% | 0.39% | - |
| HSV(B) | 300.49º | 0.76% | 0.63% | - |
| XYZ | 21.77 | 11.57 | 34.34 | - |
| YUV | 89.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 160 | 0 | 0.76 | 0.01 | 0.37 | 300.49 | 0.61 | 0.39 |
| Hex | A1 | 27 | A0 | 0 | 4C | 1 | 25 | 12C | 3D | 27 |
| Octal | 241 | 47 | 240 | 0 | 114 | 1 | 45 | 454 | 75 | 47 |
| Binary | 10100001 | 100111 | 10100000 | 0 | 1001100 | 1 | 100101 | 100101100 | 111101 | 100111 |
Color Harmonies of #A127A0
Complementary color
Monochromatic Colors of #A127A0
Black with #A127A0
Text Example
Text Example
White with #A127A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A127A0; }
p { color: rgb(161,39,160); }
H1.HeaderClassName
{
color: #A127A0;
}
.AnyTagClassName
{
color: #A127A0;
}
</style>
background-color css
<style>
a { background-color: #A127A0; }
a { background-color: rgb(161,39,160); }
div.DivClassName
{
background-color: #A127A0;
}
.BgClassName
{
background-color: #A127A0;
}
</style>
border-color css
<style>
span { border-color: #A127A0; }
span { border-color: rgb(161,39,160); }
td.TdClassName
{
border-color: #A127A0;
}
.TagClassName
{
border-color: #A127A0;
}
</style>