Shades of Medium Red Violet #A04488
Tints of Medium Red Violet #A04488
RGB
CMYK
RGB Variations
Color information
#A04488 (or 0xA04488) is known color: Medium Red Violet. HEX triplet: A0, 44 and 88. RGB value is (160,68,136). Sum of RGB (Red+Green+Blue) = 160+68+136=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A04488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04488 is #5FBB77. Grayscale: #676767. Windows color (decimal): -6273912 or 8930464. OLE color: 8930464.
HSL color Cylindrical-coordinate representation of color #A04488: hue angle of 315.65º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04488 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 136 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.37 |
| HSL | 315.65º | 0.4% | 0.45% | - |
| HSV(B) | 315.65º | 0.58% | 0.63% | - |
| XYZ | 21.01 | 13.39 | 24.77 | - |
| YUV | 103.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 136 | 0 | 0.57 | 0.15 | 0.37 | 315.65 | 0.4 | 0.45 |
| Hex | A0 | 44 | 88 | 0 | 39 | F | 25 | 13C | 28 | 2D |
| Octal | 240 | 104 | 210 | 0 | 71 | 17 | 45 | 474 | 50 | 55 |
| Binary | 10100000 | 1000100 | 10001000 | 0 | 111001 | 1111 | 100101 | 100111100 | 101000 | 101101 |
Color Harmonies of #A04488
Complementary color
Monochromatic Colors of #A04488
Black with #A04488
Text Example
Text Example
White with #A04488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04488; }
p { color: rgb(160,68,136); }
H1.HeaderClassName
{
color: #A04488;
}
.AnyTagClassName
{
color: #A04488;
}
</style>
background-color css
<style>
a { background-color: #A04488; }
a { background-color: rgb(160,68,136); }
div.DivClassName
{
background-color: #A04488;
}
.BgClassName
{
background-color: #A04488;
}
</style>
border-color css
<style>
span { border-color: #A04488; }
span { border-color: rgb(160,68,136); }
td.TdClassName
{
border-color: #A04488;
}
.TagClassName
{
border-color: #A04488;
}
</style>