Shades of Medium Red Violet #A8448E
Tints of Medium Red Violet #A8448E
RGB
CMYK
RGB Variations
Color information
#A8448E (or 0xA8448E) is known color: Medium Red Violet. HEX triplet: A8, 44 and 8E. RGB value is (168,68,142). Sum of RGB (Red+Green+Blue) = 168+68+142=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8448E is #57BB71. Grayscale: #6A6A6A. Windows color (decimal): -5749618 or 9323688. OLE color: 9323688.
HSL color Cylindrical-coordinate representation of color #A8448E: hue angle of 315.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8448E is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 142 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.34 |
| HSL | 315.6º | 0.42% | 0.46% | - |
| HSV(B) | 315.6º | 0.6% | 0.66% | - |
| XYZ | 23.1 | 14.41 | 27.16 | - |
| YUV | 106.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 142 | 0 | 0.60 | 0.15 | 0.34 | 315.6 | 0.42 | 0.46 |
| Hex | A8 | 44 | 8E | 0 | 3C | F | 22 | 13C | 2A | 2E |
| Octal | 250 | 104 | 216 | 0 | 74 | 17 | 42 | 474 | 52 | 56 |
| Binary | 10101000 | 1000100 | 10001110 | 0 | 111100 | 1111 | 100010 | 100111100 | 101010 | 101110 |
Color Harmonies of #A8448E
Complementary color
Monochromatic Colors of #A8448E
Black with #A8448E
Text Example
Text Example
White with #A8448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8448E; }
p { color: rgb(168,68,142); }
H1.HeaderClassName
{
color: #A8448E;
}
.AnyTagClassName
{
color: #A8448E;
}
</style>
background-color css
<style>
a { background-color: #A8448E; }
a { background-color: rgb(168,68,142); }
div.DivClassName
{
background-color: #A8448E;
}
.BgClassName
{
background-color: #A8448E;
}
</style>
border-color css
<style>
span { border-color: #A8448E; }
span { border-color: rgb(168,68,142); }
td.TdClassName
{
border-color: #A8448E;
}
.TagClassName
{
border-color: #A8448E;
}
</style>