Shades of Medium Red Violet #A8287F
Tints of Medium Red Violet #A8287F
RGB
CMYK
RGB Variations
Color information
#A8287F (or 0xA8287F) is known color: Medium Red Violet. HEX triplet: A8, 28 and 7F. RGB value is (168,40,127). Sum of RGB (Red+Green+Blue) = 168+40+127=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8287F is #57D780. Grayscale: #575757. Windows color (decimal): -5756801 or 8333480. OLE color: 8333480.
HSL color Cylindrical-coordinate representation of color #A8287F: hue angle of 319.22º 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 #A8287F is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 127 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.34 |
| HSL | 319.22º | 0.62% | 0.41% | - |
| HSV(B) | 319.22º | 0.76% | 0.66% | - |
| XYZ | 20.74 | 11.37 | 21.18 | - |
| YUV | 88.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 127 | 0 | 0.76 | 0.24 | 0.34 | 319.22 | 0.62 | 0.41 |
| Hex | A8 | 28 | 7F | 0 | 4C | 18 | 22 | 13F | 3E | 29 |
| Octal | 250 | 50 | 177 | 0 | 114 | 30 | 42 | 477 | 76 | 51 |
| Binary | 10101000 | 101000 | 1111111 | 0 | 1001100 | 11000 | 100010 | 100111111 | 111110 | 101001 |
Color Harmonies of #A8287F
Complementary color
Monochromatic Colors of #A8287F
Black with #A8287F
Text Example
Text Example
White with #A8287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8287F; }
p { color: rgb(168,40,127); }
H1.HeaderClassName
{
color: #A8287F;
}
.AnyTagClassName
{
color: #A8287F;
}
</style>
background-color css
<style>
a { background-color: #A8287F; }
a { background-color: rgb(168,40,127); }
div.DivClassName
{
background-color: #A8287F;
}
.BgClassName
{
background-color: #A8287F;
}
</style>
border-color css
<style>
span { border-color: #A8287F; }
span { border-color: rgb(168,40,127); }
td.TdClassName
{
border-color: #A8287F;
}
.TagClassName
{
border-color: #A8287F;
}
</style>