Shades of Medium Red Violet #A43699
Tints of Medium Red Violet #A43699
RGB
CMYK
RGB Variations
Color information
#A43699 (or 0xA43699) is known color: Medium Red Violet. HEX triplet: A4, 36 and 99. RGB value is (164,54,153). Sum of RGB (Red+Green+Blue) = 164+54+153=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A43699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43699 is #5BC966. Grayscale: #616161. Windows color (decimal): -6015335 or 10040996. OLE color: 10040996.
HSL color Cylindrical-coordinate representation of color #A43699: hue angle of 306º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43699 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 153 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.36 |
| HSL | 306º | 0.5% | 0.43% | - |
| HSV(B) | 306º | 0.67% | 0.64% | - |
| XYZ | 22.38 | 12.83 | 31.43 | - |
| YUV | 98.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 153 | 0 | 0.67 | 0.07 | 0.36 | 306 | 0.5 | 0.43 |
| Hex | A4 | 36 | 99 | 0 | 43 | 7 | 24 | 132 | 32 | 2B |
| Octal | 244 | 66 | 231 | 0 | 103 | 7 | 44 | 462 | 62 | 53 |
| Binary | 10100100 | 110110 | 10011001 | 0 | 1000011 | 111 | 100100 | 100110010 | 110010 | 101011 |
Color Harmonies of #A43699
Complementary color
Monochromatic Colors of #A43699
Black with #A43699
Text Example
Text Example
White with #A43699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43699; }
p { color: rgb(164,54,153); }
H1.HeaderClassName
{
color: #A43699;
}
.AnyTagClassName
{
color: #A43699;
}
</style>
background-color css
<style>
a { background-color: #A43699; }
a { background-color: rgb(164,54,153); }
div.DivClassName
{
background-color: #A43699;
}
.BgClassName
{
background-color: #A43699;
}
</style>
border-color css
<style>
span { border-color: #A43699; }
span { border-color: rgb(164,54,153); }
td.TdClassName
{
border-color: #A43699;
}
.TagClassName
{
border-color: #A43699;
}
</style>