Shades of Medium Red Violet #A3288E
Tints of Medium Red Violet #A3288E
RGB
CMYK
RGB Variations
Color information
#A3288E (or 0xA3288E) is known color: Medium Red Violet. HEX triplet: A3, 28 and 8E. RGB value is (163,40,142). Sum of RGB (Red+Green+Blue) = 163+40+142=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A3288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3288E is #5CD771. Grayscale: #585858. Windows color (decimal): -6084466 or 9316515. OLE color: 9316515.
HSL color Cylindrical-coordinate representation of color #A3288E: hue angle of 310.24º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3288E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 142 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.36 |
| HSL | 310.24º | 0.61% | 0.4% | - |
| HSV(B) | 310.24º | 0.75% | 0.64% | - |
| XYZ | 20.75 | 11.26 | 26.67 | - |
| YUV | 88.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 142 | 0 | 0.75 | 0.13 | 0.36 | 310.24 | 0.61 | 0.4 |
| Hex | A3 | 28 | 8E | 0 | 4B | D | 24 | 136 | 3D | 28 |
| Octal | 243 | 50 | 216 | 0 | 113 | 15 | 44 | 466 | 75 | 50 |
| Binary | 10100011 | 101000 | 10001110 | 0 | 1001011 | 1101 | 100100 | 100110110 | 111101 | 101000 |
Color Harmonies of #A3288E
Complementary color
Monochromatic Colors of #A3288E
Black with #A3288E
Text Example
Text Example
White with #A3288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3288E; }
p { color: rgb(163,40,142); }
H1.HeaderClassName
{
color: #A3288E;
}
.AnyTagClassName
{
color: #A3288E;
}
</style>
background-color css
<style>
a { background-color: #A3288E; }
a { background-color: rgb(163,40,142); }
div.DivClassName
{
background-color: #A3288E;
}
.BgClassName
{
background-color: #A3288E;
}
</style>
border-color css
<style>
span { border-color: #A3288E; }
span { border-color: rgb(163,40,142); }
td.TdClassName
{
border-color: #A3288E;
}
.TagClassName
{
border-color: #A3288E;
}
</style>