Shades of Medium Red Violet #A03288
Tints of Medium Red Violet #A03288
RGB
CMYK
RGB Variations
Color information
#A03288 (or 0xA03288) is known color: Medium Red Violet. HEX triplet: A0, 32 and 88. RGB value is (160,50,136). Sum of RGB (Red+Green+Blue) = 160+50+136=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A03288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03288 is #5FCD77. Grayscale: #5C5C5C. Windows color (decimal): -6278520 or 8925856. OLE color: 8925856.
HSL color Cylindrical-coordinate representation of color #A03288: hue angle of 313.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03288 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 136 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.37 |
| HSL | 313.09º | 0.52% | 0.41% | - |
| HSV(B) | 313.09º | 0.69% | 0.63% | - |
| XYZ | 20.08 | 11.53 | 24.46 | - |
| YUV | 92.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 136 | 0 | 0.69 | 0.15 | 0.37 | 313.09 | 0.52 | 0.41 |
| Hex | A0 | 32 | 88 | 0 | 45 | F | 25 | 139 | 34 | 29 |
| Octal | 240 | 62 | 210 | 0 | 105 | 17 | 45 | 471 | 64 | 51 |
| Binary | 10100000 | 110010 | 10001000 | 0 | 1000101 | 1111 | 100101 | 100111001 | 110100 | 101001 |
Color Harmonies of #A03288
Complementary color
Monochromatic Colors of #A03288
Black with #A03288
Text Example
Text Example
White with #A03288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03288; }
p { color: rgb(160,50,136); }
H1.HeaderClassName
{
color: #A03288;
}
.AnyTagClassName
{
color: #A03288;
}
</style>
background-color css
<style>
a { background-color: #A03288; }
a { background-color: rgb(160,50,136); }
div.DivClassName
{
background-color: #A03288;
}
.BgClassName
{
background-color: #A03288;
}
</style>
border-color css
<style>
span { border-color: #A03288; }
span { border-color: rgb(160,50,136); }
td.TdClassName
{
border-color: #A03288;
}
.TagClassName
{
border-color: #A03288;
}
</style>