Shades of Medium Red Violet #A04288
Tints of Medium Red Violet #A04288
RGB
CMYK
RGB Variations
Color information
#A04288 (or 0xA04288) is known color: Medium Red Violet. HEX triplet: A0, 42 and 88. RGB value is (160,66,136). Sum of RGB (Red+Green+Blue) = 160+66+136=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04288 is #5FBD77. Grayscale: #656565. Windows color (decimal): -6274424 or 8929952. OLE color: 8929952.
HSL color Cylindrical-coordinate representation of color #A04288: hue angle of 315.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04288 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 136 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.37 |
| HSL | 315.32º | 0.42% | 0.44% | - |
| HSV(B) | 315.32º | 0.59% | 0.63% | - |
| XYZ | 20.89 | 13.15 | 24.73 | - |
| YUV | 102.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 136 | 0 | 0.59 | 0.15 | 0.37 | 315.32 | 0.42 | 0.44 |
| Hex | A0 | 42 | 88 | 0 | 3B | F | 25 | 13B | 2A | 2C |
| Octal | 240 | 102 | 210 | 0 | 73 | 17 | 45 | 473 | 52 | 54 |
| Binary | 10100000 | 1000010 | 10001000 | 0 | 111011 | 1111 | 100101 | 100111011 | 101010 | 101100 |
Color Harmonies of #A04288
Complementary color
Monochromatic Colors of #A04288
Black with #A04288
Text Example
Text Example
White with #A04288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04288; }
p { color: rgb(160,66,136); }
H1.HeaderClassName
{
color: #A04288;
}
.AnyTagClassName
{
color: #A04288;
}
</style>
background-color css
<style>
a { background-color: #A04288; }
a { background-color: rgb(160,66,136); }
div.DivClassName
{
background-color: #A04288;
}
.BgClassName
{
background-color: #A04288;
}
</style>
border-color css
<style>
span { border-color: #A04288; }
span { border-color: rgb(160,66,136); }
td.TdClassName
{
border-color: #A04288;
}
.TagClassName
{
border-color: #A04288;
}
</style>