Shades of Vivid Violet #A426A1
Tints of Vivid Violet #A426A1
RGB
CMYK
RGB Variations
Color information
#A426A1 (or 0xA426A1) is known color: Vivid Violet. HEX triplet: A4, 26 and A1. RGB value is (164,38,161). Sum of RGB (Red+Green+Blue) = 164+38+161=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A426A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A426A1 is #5BD95E. Grayscale: #595959. Windows color (decimal): -6019423 or 10561188. OLE color: 10561188.
HSL color Cylindrical-coordinate representation of color #A426A1: hue angle of 301.43º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A426A1 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 38 | 161 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.36 |
| HSL | 301.43º | 0.62% | 0.4% | - |
| HSV(B) | 301.43º | 0.77% | 0.64% | - |
| XYZ | 22.44 | 11.85 | 34.82 | - |
| YUV | 89.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 161 | 0 | 0.77 | 0.02 | 0.36 | 301.43 | 0.62 | 0.4 |
| Hex | A4 | 26 | A1 | 0 | 4D | 2 | 24 | 12D | 3E | 28 |
| Octal | 244 | 46 | 241 | 0 | 115 | 2 | 44 | 455 | 76 | 50 |
| Binary | 10100100 | 100110 | 10100001 | 0 | 1001101 | 10 | 100100 | 100101101 | 111110 | 101000 |
Color Harmonies of #A426A1
Complementary color
Monochromatic Colors of #A426A1
Black with #A426A1
Text Example
Text Example
White with #A426A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426A1; }
p { color: rgb(164,38,161); }
H1.HeaderClassName
{
color: #A426A1;
}
.AnyTagClassName
{
color: #A426A1;
}
</style>
background-color css
<style>
a { background-color: #A426A1; }
a { background-color: rgb(164,38,161); }
div.DivClassName
{
background-color: #A426A1;
}
.BgClassName
{
background-color: #A426A1;
}
</style>
border-color css
<style>
span { border-color: #A426A1; }
span { border-color: rgb(164,38,161); }
td.TdClassName
{
border-color: #A426A1;
}
.TagClassName
{
border-color: #A426A1;
}
</style>