Shades of Medium Red Violet #A32498
Tints of Medium Red Violet #A32498
RGB
CMYK
RGB Variations
Color information
#A32498 (or 0xA32498) is known color: Medium Red Violet. HEX triplet: A3, 24 and 98. RGB value is (163,36,152). Sum of RGB (Red+Green+Blue) = 163+36+152=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A32498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32498 is #5CDB67. Grayscale: #565656. Windows color (decimal): -6085480 or 9970851. OLE color: 9970851.
HSL color Cylindrical-coordinate representation of color #A32498: hue angle of 305.2º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32498 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 152 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.36 |
| HSL | 305.2º | 0.64% | 0.39% | - |
| HSV(B) | 305.2º | 0.78% | 0.64% | - |
| XYZ | 21.4 | 11.32 | 30.76 | - |
| YUV | 87.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 152 | 0 | 0.78 | 0.07 | 0.36 | 305.2 | 0.64 | 0.39 |
| Hex | A3 | 24 | 98 | 0 | 4E | 7 | 24 | 131 | 40 | 27 |
| Octal | 243 | 44 | 230 | 0 | 116 | 7 | 44 | 461 | 100 | 47 |
| Binary | 10100011 | 100100 | 10011000 | 0 | 1001110 | 111 | 100100 | 100110001 | 1000000 | 100111 |
Color Harmonies of #A32498
Complementary color
Monochromatic Colors of #A32498
Black with #A32498
Text Example
Text Example
White with #A32498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32498; }
p { color: rgb(163,36,152); }
H1.HeaderClassName
{
color: #A32498;
}
.AnyTagClassName
{
color: #A32498;
}
</style>
background-color css
<style>
a { background-color: #A32498; }
a { background-color: rgb(163,36,152); }
div.DivClassName
{
background-color: #A32498;
}
.BgClassName
{
background-color: #A32498;
}
</style>
border-color css
<style>
span { border-color: #A32498; }
span { border-color: rgb(163,36,152); }
td.TdClassName
{
border-color: #A32498;
}
.TagClassName
{
border-color: #A32498;
}
</style>