Shades of Vivid Violet #A426A0
Tints of Vivid Violet #A426A0
RGB
CMYK
RGB Variations
Color information
#A426A0 (or 0xA426A0) is known color: Vivid Violet. HEX triplet: A4, 26 and A0. RGB value is (164,38,160). Sum of RGB (Red+Green+Blue) = 164+38+160=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A426A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A426A0 is #5BD95F. Grayscale: #595959. Windows color (decimal): -6019424 or 10495652. OLE color: 10495652.
HSL color Cylindrical-coordinate representation of color #A426A0: hue angle of 301.9º 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 #A426A0 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 38 | 160 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.36 |
| HSL | 301.9º | 0.62% | 0.4% | - |
| HSV(B) | 301.9º | 0.77% | 0.64% | - |
| XYZ | 22.35 | 11.82 | 34.36 | - |
| YUV | 89.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 160 | 0 | 0.77 | 0.02 | 0.36 | 301.9 | 0.62 | 0.4 |
| Hex | A4 | 26 | A0 | 0 | 4D | 2 | 24 | 12E | 3E | 28 |
| Octal | 244 | 46 | 240 | 0 | 115 | 2 | 44 | 456 | 76 | 50 |
| Binary | 10100100 | 100110 | 10100000 | 0 | 1001101 | 10 | 100100 | 100101110 | 111110 | 101000 |
Color Harmonies of #A426A0
Complementary color
Monochromatic Colors of #A426A0
Black with #A426A0
Text Example
Text Example
White with #A426A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426A0; }
p { color: rgb(164,38,160); }
H1.HeaderClassName
{
color: #A426A0;
}
.AnyTagClassName
{
color: #A426A0;
}
</style>
background-color css
<style>
a { background-color: #A426A0; }
a { background-color: rgb(164,38,160); }
div.DivClassName
{
background-color: #A426A0;
}
.BgClassName
{
background-color: #A426A0;
}
</style>
border-color css
<style>
span { border-color: #A426A0; }
span { border-color: rgb(164,38,160); }
td.TdClassName
{
border-color: #A426A0;
}
.TagClassName
{
border-color: #A426A0;
}
</style>