Shades of Vivid Violet #A42F9F
Tints of Vivid Violet #A42F9F
RGB
CMYK
RGB Variations
Color information
#A42F9F (or 0xA42F9F) is known color: Vivid Violet. HEX triplet: A4, 2F and 9F. RGB value is (164,47,159). Sum of RGB (Red+Green+Blue) = 164+47+159=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42F9F is #5BD060. Grayscale: #5E5E5E. Windows color (decimal): -6017121 or 10432420. OLE color: 10432420.
HSL color Cylindrical-coordinate representation of color #A42F9F: hue angle of 302.56º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A42F9F is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 47 | 159 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.36 |
| HSL | 302.56º | 0.55% | 0.41% | - |
| HSV(B) | 302.56º | 0.71% | 0.64% | - |
| XYZ | 22.58 | 12.43 | 34.01 | - |
| YUV | 94.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 159 | 0 | 0.71 | 0.03 | 0.36 | 302.56 | 0.55 | 0.41 |
| Hex | A4 | 2F | 9F | 0 | 47 | 3 | 24 | 12F | 37 | 29 |
| Octal | 244 | 57 | 237 | 0 | 107 | 3 | 44 | 457 | 67 | 51 |
| Binary | 10100100 | 101111 | 10011111 | 0 | 1000111 | 11 | 100100 | 100101111 | 110111 | 101001 |
Color Harmonies of #A42F9F
Complementary color
Monochromatic Colors of #A42F9F
Black with #A42F9F
Text Example
Text Example
White with #A42F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42F9F; }
p { color: rgb(164,47,159); }
H1.HeaderClassName
{
color: #A42F9F;
}
.AnyTagClassName
{
color: #A42F9F;
}
</style>
background-color css
<style>
a { background-color: #A42F9F; }
a { background-color: rgb(164,47,159); }
div.DivClassName
{
background-color: #A42F9F;
}
.BgClassName
{
background-color: #A42F9F;
}
</style>
border-color css
<style>
span { border-color: #A42F9F; }
span { border-color: rgb(164,47,159); }
td.TdClassName
{
border-color: #A42F9F;
}
.TagClassName
{
border-color: #A42F9F;
}
</style>