Shades of Vivid Violet #A123A0
Tints of Vivid Violet #A123A0
RGB
CMYK
RGB Variations
Color information
#A123A0 (or 0xA123A0) is known color: Vivid Violet. HEX triplet: A1, 23 and A0. RGB value is (161,35,160). Sum of RGB (Red+Green+Blue) = 161+35+160=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A123A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A123A0 is #5EDC5F. Grayscale: #565656. Windows color (decimal): -6216800 or 10494881. OLE color: 10494881.
HSL color Cylindrical-coordinate representation of color #A123A0: hue angle of 300.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A123A0 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 160 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.37 |
| HSL | 300.48º | 0.64% | 0.38% | - |
| HSV(B) | 300.48º | 0.78% | 0.63% | - |
| XYZ | 21.64 | 11.32 | 34.3 | - |
| YUV | 86.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 160 | 0 | 0.78 | 0.01 | 0.37 | 300.48 | 0.64 | 0.38 |
| Hex | A1 | 23 | A0 | 0 | 4E | 1 | 25 | 12C | 40 | 26 |
| Octal | 241 | 43 | 240 | 0 | 116 | 1 | 45 | 454 | 100 | 46 |
| Binary | 10100001 | 100011 | 10100000 | 0 | 1001110 | 1 | 100101 | 100101100 | 1000000 | 100110 |
Color Harmonies of #A123A0
Complementary color
Monochromatic Colors of #A123A0
Black with #A123A0
Text Example
Text Example
White with #A123A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A123A0; }
p { color: rgb(161,35,160); }
H1.HeaderClassName
{
color: #A123A0;
}
.AnyTagClassName
{
color: #A123A0;
}
</style>
background-color css
<style>
a { background-color: #A123A0; }
a { background-color: rgb(161,35,160); }
div.DivClassName
{
background-color: #A123A0;
}
.BgClassName
{
background-color: #A123A0;
}
</style>
border-color css
<style>
span { border-color: #A123A0; }
span { border-color: rgb(161,35,160); }
td.TdClassName
{
border-color: #A123A0;
}
.TagClassName
{
border-color: #A123A0;
}
</style>