Shades of Medium Red Violet #A32885
Tints of Medium Red Violet #A32885
RGB
CMYK
RGB Variations
Color information
#A32885 (or 0xA32885) is known color: Medium Red Violet. HEX triplet: A3, 28 and 85. RGB value is (163,40,133). Sum of RGB (Red+Green+Blue) = 163+40+133=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A32885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32885 is #5CD77A. Grayscale: #575757. Windows color (decimal): -6084475 or 8726691. OLE color: 8726691.
HSL color Cylindrical-coordinate representation of color #A32885: hue angle of 314.63º 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 #A32885 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 133 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.36 |
| HSL | 314.63º | 0.61% | 0.4% | - |
| HSV(B) | 314.63º | 0.75% | 0.64% | - |
| XYZ | 20.1 | 11 | 23.25 | - |
| YUV | 87.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 133 | 0 | 0.75 | 0.18 | 0.36 | 314.63 | 0.61 | 0.4 |
| Hex | A3 | 28 | 85 | 0 | 4B | 12 | 24 | 13B | 3D | 28 |
| Octal | 243 | 50 | 205 | 0 | 113 | 22 | 44 | 473 | 75 | 50 |
| Binary | 10100011 | 101000 | 10000101 | 0 | 1001011 | 10010 | 100100 | 100111011 | 111101 | 101000 |
Color Harmonies of #A32885
Complementary color
Monochromatic Colors of #A32885
Black with #A32885
Text Example
Text Example
White with #A32885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32885; }
p { color: rgb(163,40,133); }
H1.HeaderClassName
{
color: #A32885;
}
.AnyTagClassName
{
color: #A32885;
}
</style>
background-color css
<style>
a { background-color: #A32885; }
a { background-color: rgb(163,40,133); }
div.DivClassName
{
background-color: #A32885;
}
.BgClassName
{
background-color: #A32885;
}
</style>
border-color css
<style>
span { border-color: #A32885; }
span { border-color: rgb(163,40,133); }
td.TdClassName
{
border-color: #A32885;
}
.TagClassName
{
border-color: #A32885;
}
</style>