Shades of Medium Red Violet #A8407E
Tints of Medium Red Violet #A8407E
RGB
CMYK
RGB Variations
Color information
#A8407E (or 0xA8407E) is known color: Medium Red Violet. HEX triplet: A8, 40 and 7E. RGB value is (168,64,126). Sum of RGB (Red+Green+Blue) = 168+64+126=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8407E is #57BF81. Grayscale: #666666. Windows color (decimal): -5750658 or 8274088. OLE color: 8274088.
HSL color Cylindrical-coordinate representation of color #A8407E: hue angle of 324.23º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8407E is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 126 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.34 |
| HSL | 324.23º | 0.45% | 0.45% | - |
| HSV(B) | 324.23º | 0.62% | 0.66% | - |
| XYZ | 21.75 | 13.5 | 21.2 | - |
| YUV | 102.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 126 | 0 | 0.62 | 0.25 | 0.34 | 324.23 | 0.45 | 0.45 |
| Hex | A8 | 40 | 7E | 0 | 3E | 19 | 22 | 144 | 2D | 2D |
| Octal | 250 | 100 | 176 | 0 | 76 | 31 | 42 | 504 | 55 | 55 |
| Binary | 10101000 | 1000000 | 1111110 | 0 | 111110 | 11001 | 100010 | 101000100 | 101101 | 101101 |
Color Harmonies of #A8407E
Complementary color
Monochromatic Colors of #A8407E
Black with #A8407E
Text Example
Text Example
White with #A8407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8407E; }
p { color: rgb(168,64,126); }
H1.HeaderClassName
{
color: #A8407E;
}
.AnyTagClassName
{
color: #A8407E;
}
</style>
background-color css
<style>
a { background-color: #A8407E; }
a { background-color: rgb(168,64,126); }
div.DivClassName
{
background-color: #A8407E;
}
.BgClassName
{
background-color: #A8407E;
}
</style>
border-color css
<style>
span { border-color: #A8407E; }
span { border-color: rgb(168,64,126); }
td.TdClassName
{
border-color: #A8407E;
}
.TagClassName
{
border-color: #A8407E;
}
</style>