Shades of Medium Red Violet #A4408D
Tints of Medium Red Violet #A4408D
RGB
CMYK
RGB Variations
Color information
#A4408D (or 0xA4408D) is known color: Medium Red Violet. HEX triplet: A4, 40 and 8D. RGB value is (164,64,141). Sum of RGB (Red+Green+Blue) = 164+64+141=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4408D is #5BBF72. Grayscale: #666666. Windows color (decimal): -6012787 or 9257124. OLE color: 9257124.
HSL color Cylindrical-coordinate representation of color #A4408D: hue angle of 313.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4408D is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 141 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.36 |
| HSL | 313.8º | 0.44% | 0.45% | - |
| HSV(B) | 313.8º | 0.61% | 0.64% | - |
| XYZ | 21.95 | 13.48 | 26.64 | - |
| YUV | 102.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 141 | 0 | 0.61 | 0.14 | 0.36 | 313.8 | 0.44 | 0.45 |
| Hex | A4 | 40 | 8D | 0 | 3D | E | 24 | 13A | 2C | 2D |
| Octal | 244 | 100 | 215 | 0 | 75 | 16 | 44 | 472 | 54 | 55 |
| Binary | 10100100 | 1000000 | 10001101 | 0 | 111101 | 1110 | 100100 | 100111010 | 101100 | 101101 |
Color Harmonies of #A4408D
Complementary color
Monochromatic Colors of #A4408D
Black with #A4408D
Text Example
Text Example
White with #A4408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4408D; }
p { color: rgb(164,64,141); }
H1.HeaderClassName
{
color: #A4408D;
}
.AnyTagClassName
{
color: #A4408D;
}
</style>
background-color css
<style>
a { background-color: #A4408D; }
a { background-color: rgb(164,64,141); }
div.DivClassName
{
background-color: #A4408D;
}
.BgClassName
{
background-color: #A4408D;
}
</style>
border-color css
<style>
span { border-color: #A4408D; }
span { border-color: rgb(164,64,141); }
td.TdClassName
{
border-color: #A4408D;
}
.TagClassName
{
border-color: #A4408D;
}
</style>