Shades of Vivid Violet #A42EA0
Tints of Vivid Violet #A42EA0
RGB
CMYK
RGB Variations
Color information
#A42EA0 (or 0xA42EA0) is known color: Vivid Violet. HEX triplet: A4, 2E and A0. RGB value is (164,46,160). Sum of RGB (Red+Green+Blue) = 164+46+160=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A42EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EA0 is #5BD15F. Grayscale: #5D5D5D. Windows color (decimal): -6017376 or 10497700. OLE color: 10497700.
HSL color Cylindrical-coordinate representation of color #A42EA0: hue angle of 302.03º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42EA0 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 46 | 160 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.36 |
| HSL | 302.03º | 0.56% | 0.41% | - |
| HSV(B) | 302.03º | 0.72% | 0.64% | - |
| XYZ | 22.63 | 12.38 | 34.46 | - |
| YUV | 94.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 160 | 0 | 0.72 | 0.02 | 0.36 | 302.03 | 0.56 | 0.41 |
| Hex | A4 | 2E | A0 | 0 | 48 | 2 | 24 | 12E | 38 | 29 |
| Octal | 244 | 56 | 240 | 0 | 110 | 2 | 44 | 456 | 70 | 51 |
| Binary | 10100100 | 101110 | 10100000 | 0 | 1001000 | 10 | 100100 | 100101110 | 111000 | 101001 |
Color Harmonies of #A42EA0
Complementary color
Monochromatic Colors of #A42EA0
Black with #A42EA0
Text Example
Text Example
White with #A42EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EA0; }
p { color: rgb(164,46,160); }
H1.HeaderClassName
{
color: #A42EA0;
}
.AnyTagClassName
{
color: #A42EA0;
}
</style>
background-color css
<style>
a { background-color: #A42EA0; }
a { background-color: rgb(164,46,160); }
div.DivClassName
{
background-color: #A42EA0;
}
.BgClassName
{
background-color: #A42EA0;
}
</style>
border-color css
<style>
span { border-color: #A42EA0; }
span { border-color: rgb(164,46,160); }
td.TdClassName
{
border-color: #A42EA0;
}
.TagClassName
{
border-color: #A42EA0;
}
</style>