Shades of Vivid Violet #A42E9F
Tints of Vivid Violet #A42E9F
RGB
CMYK
RGB Variations
Color information
#A42E9F (or 0xA42E9F) is known color: Vivid Violet. HEX triplet: A4, 2E and 9F. RGB value is (164,46,159). Sum of RGB (Red+Green+Blue) = 164+46+159=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42E9F is #5BD160. Grayscale: #5D5D5D. Windows color (decimal): -6017377 or 10432164. OLE color: 10432164.
HSL color Cylindrical-coordinate representation of color #A42E9F: hue angle of 302.54º 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 #A42E9F is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 46 | 159 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.36 |
| HSL | 302.54º | 0.56% | 0.41% | - |
| HSV(B) | 302.54º | 0.72% | 0.64% | - |
| XYZ | 22.54 | 12.35 | 34 | - |
| YUV | 94.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 159 | 0 | 0.72 | 0.03 | 0.36 | 302.54 | 0.56 | 0.41 |
| Hex | A4 | 2E | 9F | 0 | 48 | 3 | 24 | 12F | 38 | 29 |
| Octal | 244 | 56 | 237 | 0 | 110 | 3 | 44 | 457 | 70 | 51 |
| Binary | 10100100 | 101110 | 10011111 | 0 | 1001000 | 11 | 100100 | 100101111 | 111000 | 101001 |
Color Harmonies of #A42E9F
Complementary color
Monochromatic Colors of #A42E9F
Black with #A42E9F
Text Example
Text Example
White with #A42E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42E9F; }
p { color: rgb(164,46,159); }
H1.HeaderClassName
{
color: #A42E9F;
}
.AnyTagClassName
{
color: #A42E9F;
}
</style>
background-color css
<style>
a { background-color: #A42E9F; }
a { background-color: rgb(164,46,159); }
div.DivClassName
{
background-color: #A42E9F;
}
.BgClassName
{
background-color: #A42E9F;
}
</style>
border-color css
<style>
span { border-color: #A42E9F; }
span { border-color: rgb(164,46,159); }
td.TdClassName
{
border-color: #A42E9F;
}
.TagClassName
{
border-color: #A42E9F;
}
</style>