Shades of Medium Red Violet #A0448B
Tints of Medium Red Violet #A0448B
RGB
CMYK
RGB Variations
Color information
#A0448B (or 0xA0448B) is known color: Medium Red Violet. HEX triplet: A0, 44 and 8B. RGB value is (160,68,139). Sum of RGB (Red+Green+Blue) = 160+68+139=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0448B is #5FBB74. Grayscale: #676767. Windows color (decimal): -6273909 or 9127072. OLE color: 9127072.
HSL color Cylindrical-coordinate representation of color #A0448B: hue angle of 313.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0448B is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 139 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.37 |
| HSL | 313.7º | 0.4% | 0.45% | - |
| HSV(B) | 313.7º | 0.58% | 0.63% | - |
| XYZ | 21.22 | 13.47 | 25.91 | - |
| YUV | 103.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 139 | 0 | 0.57 | 0.13 | 0.37 | 313.7 | 0.4 | 0.45 |
| Hex | A0 | 44 | 8B | 0 | 39 | D | 25 | 13A | 28 | 2D |
| Octal | 240 | 104 | 213 | 0 | 71 | 15 | 45 | 472 | 50 | 55 |
| Binary | 10100000 | 1000100 | 10001011 | 0 | 111001 | 1101 | 100101 | 100111010 | 101000 | 101101 |
Color Harmonies of #A0448B
Complementary color
Monochromatic Colors of #A0448B
Black with #A0448B
Text Example
Text Example
White with #A0448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0448B; }
p { color: rgb(160,68,139); }
H1.HeaderClassName
{
color: #A0448B;
}
.AnyTagClassName
{
color: #A0448B;
}
</style>
background-color css
<style>
a { background-color: #A0448B; }
a { background-color: rgb(160,68,139); }
div.DivClassName
{
background-color: #A0448B;
}
.BgClassName
{
background-color: #A0448B;
}
</style>
border-color css
<style>
span { border-color: #A0448B; }
span { border-color: rgb(160,68,139); }
td.TdClassName
{
border-color: #A0448B;
}
.TagClassName
{
border-color: #A0448B;
}
</style>