Shades of Vivid Violet #A42EA7
Tints of Vivid Violet #A42EA7
RGB
CMYK
RGB Variations
Color information
#A42EA7 (or 0xA42EA7) is known color: Vivid Violet. HEX triplet: A4, 2E and A7. RGB value is (164,46,167). Sum of RGB (Red+Green+Blue) = 164+46+167=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #A42EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EA7 is #5BD158. Grayscale: #5E5E5E. Windows color (decimal): -6017369 or 10956452. OLE color: 10956452.
HSL color Cylindrical-coordinate representation of color #A42EA7: hue angle of 298.51º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42EA7 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 46 | 167 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.35 |
| HSL | 298.51º | 0.57% | 0.42% | - |
| HSV(B) | 298.51º | 0.72% | 0.65% | - |
| XYZ | 23.26 | 12.64 | 37.77 | - |
| YUV | 95.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 167 | 0.02 | 0.72 | 0 | 0.35 | 298.51 | 0.57 | 0.42 |
| Hex | A4 | 2E | A7 | 2 | 48 | 0 | 23 | 12B | 39 | 2A |
| Octal | 244 | 56 | 247 | 2 | 110 | 0 | 43 | 453 | 71 | 52 |
| Binary | 10100100 | 101110 | 10100111 | 10 | 1001000 | 0 | 100011 | 100101011 | 111001 | 101010 |
Color Harmonies of #A42EA7
Complementary color
Monochromatic Colors of #A42EA7
Black with #A42EA7
Text Example
Text Example
White with #A42EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EA7; }
p { color: rgb(164,46,167); }
H1.HeaderClassName
{
color: #A42EA7;
}
.AnyTagClassName
{
color: #A42EA7;
}
</style>
background-color css
<style>
a { background-color: #A42EA7; }
a { background-color: rgb(164,46,167); }
div.DivClassName
{
background-color: #A42EA7;
}
.BgClassName
{
background-color: #A42EA7;
}
</style>
border-color css
<style>
span { border-color: #A42EA7; }
span { border-color: rgb(164,46,167); }
td.TdClassName
{
border-color: #A42EA7;
}
.TagClassName
{
border-color: #A42EA7;
}
</style>