Shades of Vivid Violet #A42B9F
Tints of Vivid Violet #A42B9F
RGB
CMYK
RGB Variations
Color information
#A42B9F (or 0xA42B9F) is known color: Vivid Violet. HEX triplet: A4, 2B and 9F. RGB value is (164,43,159). Sum of RGB (Red+Green+Blue) = 164+43+159=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42B9F is #5BD460. Grayscale: #5C5C5C. Windows color (decimal): -6018145 or 10431396. OLE color: 10431396.
HSL color Cylindrical-coordinate representation of color #A42B9F: hue angle of 302.48º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42B9F is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 159 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.36 |
| HSL | 302.48º | 0.58% | 0.41% | - |
| HSV(B) | 302.48º | 0.74% | 0.64% | - |
| XYZ | 22.43 | 12.12 | 33.96 | - |
| YUV | 92.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 159 | 0 | 0.74 | 0.03 | 0.36 | 302.48 | 0.58 | 0.41 |
| Hex | A4 | 2B | 9F | 0 | 4A | 3 | 24 | 12E | 3A | 29 |
| Octal | 244 | 53 | 237 | 0 | 112 | 3 | 44 | 456 | 72 | 51 |
| Binary | 10100100 | 101011 | 10011111 | 0 | 1001010 | 11 | 100100 | 100101110 | 111010 | 101001 |
Color Harmonies of #A42B9F
Complementary color
Monochromatic Colors of #A42B9F
Black with #A42B9F
Text Example
Text Example
White with #A42B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B9F; }
p { color: rgb(164,43,159); }
H1.HeaderClassName
{
color: #A42B9F;
}
.AnyTagClassName
{
color: #A42B9F;
}
</style>
background-color css
<style>
a { background-color: #A42B9F; }
a { background-color: rgb(164,43,159); }
div.DivClassName
{
background-color: #A42B9F;
}
.BgClassName
{
background-color: #A42B9F;
}
</style>
border-color css
<style>
span { border-color: #A42B9F; }
span { border-color: rgb(164,43,159); }
td.TdClassName
{
border-color: #A42B9F;
}
.TagClassName
{
border-color: #A42B9F;
}
</style>