Shades of Medium Red Violet #A8438E
Tints of Medium Red Violet #A8438E
RGB
CMYK
RGB Variations
Color information
#A8438E (or 0xA8438E) is known color: Medium Red Violet. HEX triplet: A8, 43 and 8E. RGB value is (168,67,142). Sum of RGB (Red+Green+Blue) = 168+67+142=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8438E is #57BC71. Grayscale: #696969. Windows color (decimal): -5749874 or 9323432. OLE color: 9323432.
HSL color Cylindrical-coordinate representation of color #A8438E: hue angle of 315.45º degrees, saturation: 0.43, 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 #A8438E is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 142 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.34 |
| HSL | 315.45º | 0.43% | 0.46% | - |
| HSV(B) | 315.45º | 0.6% | 0.66% | - |
| XYZ | 23.04 | 14.29 | 27.14 | - |
| YUV | 105.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 142 | 0 | 0.60 | 0.15 | 0.34 | 315.45 | 0.43 | 0.46 |
| Hex | A8 | 43 | 8E | 0 | 3C | F | 22 | 13B | 2B | 2E |
| Octal | 250 | 103 | 216 | 0 | 74 | 17 | 42 | 473 | 53 | 56 |
| Binary | 10101000 | 1000011 | 10001110 | 0 | 111100 | 1111 | 100010 | 100111011 | 101011 | 101110 |
Color Harmonies of #A8438E
Complementary color
Monochromatic Colors of #A8438E
Black with #A8438E
Text Example
Text Example
White with #A8438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8438E; }
p { color: rgb(168,67,142); }
H1.HeaderClassName
{
color: #A8438E;
}
.AnyTagClassName
{
color: #A8438E;
}
</style>
background-color css
<style>
a { background-color: #A8438E; }
a { background-color: rgb(168,67,142); }
div.DivClassName
{
background-color: #A8438E;
}
.BgClassName
{
background-color: #A8438E;
}
</style>
border-color css
<style>
span { border-color: #A8438E; }
span { border-color: rgb(168,67,142); }
td.TdClassName
{
border-color: #A8438E;
}
.TagClassName
{
border-color: #A8438E;
}
</style>