Shades of Medium Red Violet #A8287A
Tints of Medium Red Violet #A8287A
RGB
CMYK
RGB Variations
Color information
#A8287A (or 0xA8287A) is known color: Medium Red Violet. HEX triplet: A8, 28 and 7A. RGB value is (168,40,122). Sum of RGB (Red+Green+Blue) = 168+40+122=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8287A is #57D785. Grayscale: #575757. Windows color (decimal): -5756806 or 8005800. OLE color: 8005800.
HSL color Cylindrical-coordinate representation of color #A8287A: hue angle of 321.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8287A is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 122 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.34 |
| HSL | 321.56º | 0.62% | 0.41% | - |
| HSV(B) | 321.56º | 0.76% | 0.66% | - |
| XYZ | 20.42 | 11.25 | 19.51 | - |
| YUV | 87.62 | 147.41 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 122 | 0 | 0.76 | 0.27 | 0.34 | 321.56 | 0.62 | 0.41 |
| Hex | A8 | 28 | 7A | 0 | 4C | 1B | 22 | 142 | 3E | 29 |
| Octal | 250 | 50 | 172 | 0 | 114 | 33 | 42 | 502 | 76 | 51 |
| Binary | 10101000 | 101000 | 1111010 | 0 | 1001100 | 11011 | 100010 | 101000010 | 111110 | 101001 |
Color Harmonies of #A8287A
Complementary color
Monochromatic Colors of #A8287A
Black with #A8287A
Text Example
Text Example
White with #A8287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8287A; }
p { color: rgb(168,40,122); }
H1.HeaderClassName
{
color: #A8287A;
}
.AnyTagClassName
{
color: #A8287A;
}
</style>
background-color css
<style>
a { background-color: #A8287A; }
a { background-color: rgb(168,40,122); }
div.DivClassName
{
background-color: #A8287A;
}
.BgClassName
{
background-color: #A8287A;
}
</style>
border-color css
<style>
span { border-color: #A8287A; }
span { border-color: rgb(168,40,122); }
td.TdClassName
{
border-color: #A8287A;
}
.TagClassName
{
border-color: #A8287A;
}
</style>