Shades of Medium Red Violet #A32688
Tints of Medium Red Violet #A32688
RGB
CMYK
RGB Variations
Color information
#A32688 (or 0xA32688) is known color: Medium Red Violet. HEX triplet: A3, 26 and 88. RGB value is (163,38,136). Sum of RGB (Red+Green+Blue) = 163+38+136=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A32688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32688 is #5CD977. Grayscale: #565656. Windows color (decimal): -6084984 or 8922787. OLE color: 8922787.
HSL color Cylindrical-coordinate representation of color #A32688: hue angle of 312.96º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32688 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 136 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.36 |
| HSL | 312.96º | 0.62% | 0.39% | - |
| HSV(B) | 312.96º | 0.77% | 0.64% | - |
| XYZ | 20.24 | 10.95 | 24.34 | - |
| YUV | 86.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 136 | 0 | 0.77 | 0.17 | 0.36 | 312.96 | 0.62 | 0.39 |
| Hex | A3 | 26 | 88 | 0 | 4D | 11 | 24 | 139 | 3E | 27 |
| Octal | 243 | 46 | 210 | 0 | 115 | 21 | 44 | 471 | 76 | 47 |
| Binary | 10100011 | 100110 | 10001000 | 0 | 1001101 | 10001 | 100100 | 100111001 | 111110 | 100111 |
Color Harmonies of #A32688
Complementary color
Monochromatic Colors of #A32688
Black with #A32688
Text Example
Text Example
White with #A32688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32688; }
p { color: rgb(163,38,136); }
H1.HeaderClassName
{
color: #A32688;
}
.AnyTagClassName
{
color: #A32688;
}
</style>
background-color css
<style>
a { background-color: #A32688; }
a { background-color: rgb(163,38,136); }
div.DivClassName
{
background-color: #A32688;
}
.BgClassName
{
background-color: #A32688;
}
</style>
border-color css
<style>
span { border-color: #A32688; }
span { border-color: rgb(163,38,136); }
td.TdClassName
{
border-color: #A32688;
}
.TagClassName
{
border-color: #A32688;
}
</style>