Shades of Medium Red Violet #A4438C
Tints of Medium Red Violet #A4438C
RGB
CMYK
RGB Variations
Color information
#A4438C (or 0xA4438C) is known color: Medium Red Violet. HEX triplet: A4, 43 and 8C. RGB value is (164,67,140). Sum of RGB (Red+Green+Blue) = 164+67+140=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4438C is #5BBC73. Grayscale: #686868. Windows color (decimal): -6012020 or 9192356. OLE color: 9192356.
HSL color Cylindrical-coordinate representation of color #A4438C: hue angle of 314.85º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4438C is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 67 | 140 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.36 |
| HSL | 314.85º | 0.42% | 0.45% | - |
| HSV(B) | 314.85º | 0.59% | 0.64% | - |
| XYZ | 22.05 | 13.8 | 26.31 | - |
| YUV | 104.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 140 | 0 | 0.59 | 0.15 | 0.36 | 314.85 | 0.42 | 0.45 |
| Hex | A4 | 43 | 8C | 0 | 3B | F | 24 | 13B | 2A | 2D |
| Octal | 244 | 103 | 214 | 0 | 73 | 17 | 44 | 473 | 52 | 55 |
| Binary | 10100100 | 1000011 | 10001100 | 0 | 111011 | 1111 | 100100 | 100111011 | 101010 | 101101 |
Color Harmonies of #A4438C
Complementary color
Monochromatic Colors of #A4438C
Black with #A4438C
Text Example
Text Example
White with #A4438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4438C; }
p { color: rgb(164,67,140); }
H1.HeaderClassName
{
color: #A4438C;
}
.AnyTagClassName
{
color: #A4438C;
}
</style>
background-color css
<style>
a { background-color: #A4438C; }
a { background-color: rgb(164,67,140); }
div.DivClassName
{
background-color: #A4438C;
}
.BgClassName
{
background-color: #A4438C;
}
</style>
border-color css
<style>
span { border-color: #A4438C; }
span { border-color: rgb(164,67,140); }
td.TdClassName
{
border-color: #A4438C;
}
.TagClassName
{
border-color: #A4438C;
}
</style>