Shades of Medium Red Violet #A43A98
Tints of Medium Red Violet #A43A98
RGB
CMYK
RGB Variations
Color information
#A43A98 (or 0xA43A98) is known color: Medium Red Violet. HEX triplet: A4, 3A and 98. RGB value is (164,58,152). Sum of RGB (Red+Green+Blue) = 164+58+152=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A98 is #5BC567. Grayscale: #646464. Windows color (decimal): -6014312 or 9976484. OLE color: 9976484.
HSL color Cylindrical-coordinate representation of color #A43A98: hue angle of 306.79º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43A98 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 152 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.36 |
| HSL | 306.79º | 0.48% | 0.44% | - |
| HSV(B) | 306.79º | 0.65% | 0.64% | - |
| XYZ | 22.49 | 13.19 | 31.07 | - |
| YUV | 100.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 152 | 0 | 0.65 | 0.07 | 0.36 | 306.79 | 0.48 | 0.44 |
| Hex | A4 | 3A | 98 | 0 | 41 | 7 | 24 | 133 | 30 | 2C |
| Octal | 244 | 72 | 230 | 0 | 101 | 7 | 44 | 463 | 60 | 54 |
| Binary | 10100100 | 111010 | 10011000 | 0 | 1000001 | 111 | 100100 | 100110011 | 110000 | 101100 |
Color Harmonies of #A43A98
Complementary color
Monochromatic Colors of #A43A98
Black with #A43A98
Text Example
Text Example
White with #A43A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A98; }
p { color: rgb(164,58,152); }
H1.HeaderClassName
{
color: #A43A98;
}
.AnyTagClassName
{
color: #A43A98;
}
</style>
background-color css
<style>
a { background-color: #A43A98; }
a { background-color: rgb(164,58,152); }
div.DivClassName
{
background-color: #A43A98;
}
.BgClassName
{
background-color: #A43A98;
}
</style>
border-color css
<style>
span { border-color: #A43A98; }
span { border-color: rgb(164,58,152); }
td.TdClassName
{
border-color: #A43A98;
}
.TagClassName
{
border-color: #A43A98;
}
</style>