Shades of Medium Red Violet #A8417D
Tints of Medium Red Violet #A8417D
RGB
CMYK
RGB Variations
Color information
#A8417D (or 0xA8417D) is known color: Medium Red Violet. HEX triplet: A8, 41 and 7D. RGB value is (168,65,125). Sum of RGB (Red+Green+Blue) = 168+65+125=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8417D is #57BE82. Grayscale: #666666. Windows color (decimal): -5750403 or 8208808. OLE color: 8208808.
HSL color Cylindrical-coordinate representation of color #A8417D: hue angle of 325.05º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8417D is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 125 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.34 |
| HSL | 325.05º | 0.44% | 0.46% | - |
| HSV(B) | 325.05º | 0.61% | 0.66% | - |
| XYZ | 21.74 | 13.59 | 20.88 | - |
| YUV | 102.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 125 | 0 | 0.61 | 0.26 | 0.34 | 325.05 | 0.44 | 0.46 |
| Hex | A8 | 41 | 7D | 0 | 3D | 1A | 22 | 145 | 2C | 2E |
| Octal | 250 | 101 | 175 | 0 | 75 | 32 | 42 | 505 | 54 | 56 |
| Binary | 10101000 | 1000001 | 1111101 | 0 | 111101 | 11010 | 100010 | 101000101 | 101100 | 101110 |
Color Harmonies of #A8417D
Complementary color
Monochromatic Colors of #A8417D
Black with #A8417D
Text Example
Text Example
White with #A8417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8417D; }
p { color: rgb(168,65,125); }
H1.HeaderClassName
{
color: #A8417D;
}
.AnyTagClassName
{
color: #A8417D;
}
</style>
background-color css
<style>
a { background-color: #A8417D; }
a { background-color: rgb(168,65,125); }
div.DivClassName
{
background-color: #A8417D;
}
.BgClassName
{
background-color: #A8417D;
}
</style>
border-color css
<style>
span { border-color: #A8417D; }
span { border-color: rgb(168,65,125); }
td.TdClassName
{
border-color: #A8417D;
}
.TagClassName
{
border-color: #A8417D;
}
</style>