Shades of Medium Red Violet #A8288C
Tints of Medium Red Violet #A8288C
RGB
CMYK
RGB Variations
Color information
#A8288C (or 0xA8288C) is known color: Medium Red Violet. HEX triplet: A8, 28 and 8C. RGB value is (168,40,140). Sum of RGB (Red+Green+Blue) = 168+40+140=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8288C is #57D773. Grayscale: #595959. Windows color (decimal): -5756788 or 9185448. OLE color: 9185448.
HSL color Cylindrical-coordinate representation of color #A8288C: hue angle of 313.12º 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 #A8288C is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 140 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.34 |
| HSL | 313.13º | 0.62% | 0.41% | - |
| HSV(B) | 313.13º | 0.76% | 0.66% | - |
| XYZ | 21.64 | 11.74 | 25.94 | - |
| YUV | 89.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 140 | 0 | 0.76 | 0.17 | 0.34 | 313.13 | 0.62 | 0.41 |
| Hex | A8 | 28 | 8C | 0 | 4C | 11 | 22 | 139 | 3E | 29 |
| Octal | 250 | 50 | 214 | 0 | 114 | 21 | 42 | 471 | 76 | 51 |
| Binary | 10101000 | 101000 | 10001100 | 0 | 1001100 | 10001 | 100010 | 100111001 | 111110 | 101001 |
Color Harmonies of #A8288C
Complementary color
Monochromatic Colors of #A8288C
Black with #A8288C
Text Example
Text Example
White with #A8288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8288C; }
p { color: rgb(168,40,140); }
H1.HeaderClassName
{
color: #A8288C;
}
.AnyTagClassName
{
color: #A8288C;
}
</style>
background-color css
<style>
a { background-color: #A8288C; }
a { background-color: rgb(168,40,140); }
div.DivClassName
{
background-color: #A8288C;
}
.BgClassName
{
background-color: #A8288C;
}
</style>
border-color css
<style>
span { border-color: #A8288C; }
span { border-color: rgb(168,40,140); }
td.TdClassName
{
border-color: #A8288C;
}
.TagClassName
{
border-color: #A8288C;
}
</style>