Shades of Vivid Violet #A128A1
Tints of Vivid Violet #A128A1
RGB
CMYK
RGB Variations
Color information
#A128A1 (or 0xA128A1) is known color: Vivid Violet. HEX triplet: A1, 28 and A1. RGB value is (161,40,161). Sum of RGB (Red+Green+Blue) = 161+40+161=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A128A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A128A1 is #5ED75E. Grayscale: #595959. Windows color (decimal): -6215519 or 10561697. OLE color: 10561697.
HSL color Cylindrical-coordinate representation of color #A128A1: hue angle of 300º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A128A1 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 161 | - |
| CMYK | 0 | 0.75 | 0 | 0.37 |
| HSL | 300º | 0.6% | 0.39% | - |
| HSV(B) | 300º | 0.75% | 0.63% | - |
| XYZ | 21.89 | 11.67 | 34.82 | - |
| YUV | 89.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 161 | 0 | 0.75 | 0 | 0.37 | 300 | 0.6 | 0.39 |
| Hex | A1 | 28 | A1 | 0 | 4B | 0 | 25 | 12C | 3C | 27 |
| Octal | 241 | 50 | 241 | 0 | 113 | 0 | 45 | 454 | 74 | 47 |
| Binary | 10100001 | 101000 | 10100001 | 0 | 1001011 | 0 | 100101 | 100101100 | 111100 | 100111 |
Color Harmonies of #A128A1
Complementary color
Monochromatic Colors of #A128A1
Black with #A128A1
Text Example
Text Example
White with #A128A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128A1; }
p { color: rgb(161,40,161); }
H1.HeaderClassName
{
color: #A128A1;
}
.AnyTagClassName
{
color: #A128A1;
}
</style>
background-color css
<style>
a { background-color: #A128A1; }
a { background-color: rgb(161,40,161); }
div.DivClassName
{
background-color: #A128A1;
}
.BgClassName
{
background-color: #A128A1;
}
</style>
border-color css
<style>
span { border-color: #A128A1; }
span { border-color: rgb(161,40,161); }
td.TdClassName
{
border-color: #A128A1;
}
.TagClassName
{
border-color: #A128A1;
}
</style>