Shades of Medium Red Violet #A4448A
Tints of Medium Red Violet #A4448A
RGB
CMYK
RGB Variations
Color information
#A4448A (or 0xA4448A) is known color: Medium Red Violet. HEX triplet: A4, 44 and 8A. RGB value is (164,68,138). Sum of RGB (Red+Green+Blue) = 164+68+138=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4448A is #5BBB75. Grayscale: #686868. Windows color (decimal): -6011766 or 9061540. OLE color: 9061540.
HSL color Cylindrical-coordinate representation of color #A4448A: hue angle of 316.25º degrees, saturation: 0.41, 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 #A4448A is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 68 | 138 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.36 |
| HSL | 316.25º | 0.41% | 0.45% | - |
| HSV(B) | 316.25º | 0.59% | 0.64% | - |
| XYZ | 21.96 | 13.86 | 25.56 | - |
| YUV | 104.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 138 | 0 | 0.59 | 0.16 | 0.36 | 316.25 | 0.41 | 0.45 |
| Hex | A4 | 44 | 8A | 0 | 3B | 10 | 24 | 13C | 29 | 2D |
| Octal | 244 | 104 | 212 | 0 | 73 | 20 | 44 | 474 | 51 | 55 |
| Binary | 10100100 | 1000100 | 10001010 | 0 | 111011 | 10000 | 100100 | 100111100 | 101001 | 101101 |
Color Harmonies of #A4448A
Complementary color
Monochromatic Colors of #A4448A
Black with #A4448A
Text Example
Text Example
White with #A4448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4448A; }
p { color: rgb(164,68,138); }
H1.HeaderClassName
{
color: #A4448A;
}
.AnyTagClassName
{
color: #A4448A;
}
</style>
background-color css
<style>
a { background-color: #A4448A; }
a { background-color: rgb(164,68,138); }
div.DivClassName
{
background-color: #A4448A;
}
.BgClassName
{
background-color: #A4448A;
}
</style>
border-color css
<style>
span { border-color: #A4448A; }
span { border-color: rgb(164,68,138); }
td.TdClassName
{
border-color: #A4448A;
}
.TagClassName
{
border-color: #A4448A;
}
</style>