Shades of Medium Red Violet #A32B8A
Tints of Medium Red Violet #A32B8A
RGB
CMYK
RGB Variations
Color information
#A32B8A (or 0xA32B8A) is known color: Medium Red Violet. HEX triplet: A3, 2B and 8A. RGB value is (163,43,138). Sum of RGB (Red+Green+Blue) = 163+43+138=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32B8A is #5CD475. Grayscale: #595959. Windows color (decimal): -6083702 or 9055139. OLE color: 9055139.
HSL color Cylindrical-coordinate representation of color #A32B8A: hue angle of 312.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32B8A is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 43 | 138 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.36 |
| HSL | 312.5º | 0.58% | 0.4% | - |
| HSV(B) | 312.5º | 0.74% | 0.64% | - |
| XYZ | 20.56 | 11.35 | 25.15 | - |
| YUV | 89.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 138 | 0 | 0.74 | 0.15 | 0.36 | 312.5 | 0.58 | 0.4 |
| Hex | A3 | 2B | 8A | 0 | 4A | F | 24 | 138 | 3A | 28 |
| Octal | 243 | 53 | 212 | 0 | 112 | 17 | 44 | 470 | 72 | 50 |
| Binary | 10100011 | 101011 | 10001010 | 0 | 1001010 | 1111 | 100100 | 100111000 | 111010 | 101000 |
Color Harmonies of #A32B8A
Complementary color
Monochromatic Colors of #A32B8A
Black with #A32B8A
Text Example
Text Example
White with #A32B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32B8A; }
p { color: rgb(163,43,138); }
H1.HeaderClassName
{
color: #A32B8A;
}
.AnyTagClassName
{
color: #A32B8A;
}
</style>
background-color css
<style>
a { background-color: #A32B8A; }
a { background-color: rgb(163,43,138); }
div.DivClassName
{
background-color: #A32B8A;
}
.BgClassName
{
background-color: #A32B8A;
}
</style>
border-color css
<style>
span { border-color: #A32B8A; }
span { border-color: rgb(163,43,138); }
td.TdClassName
{
border-color: #A32B8A;
}
.TagClassName
{
border-color: #A32B8A;
}
</style>