Shades of Dark Purple #A3187C
Tints of Dark Purple #A3187C
RGB
CMYK
RGB Variations
Color information
#A3187C (or 0xA3187C) is known color: Dark Purple. HEX triplet: A3, 18 and 7C. RGB value is (163,24,124). Sum of RGB (Red+Green+Blue) = 163+24+124=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3187C is #5CE783. Grayscale: #4C4C4C. Windows color (decimal): -6088580 or 8132771. OLE color: 8132771.
HSL color Cylindrical-coordinate representation of color #A3187C: hue angle of 316.83º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3187C is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 124 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.36 |
| HSL | 316.83º | 0.74% | 0.37% | - |
| HSV(B) | 316.83º | 0.85% | 0.64% | - |
| XYZ | 19.07 | 9.9 | 19.97 | - |
| YUV | 76.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 124 | 0 | 0.85 | 0.24 | 0.36 | 316.83 | 0.74 | 0.37 |
| Hex | A3 | 18 | 7C | 0 | 55 | 18 | 24 | 13D | 4A | 25 |
| Octal | 243 | 30 | 174 | 0 | 125 | 30 | 44 | 475 | 112 | 45 |
| Binary | 10100011 | 11000 | 1111100 | 0 | 1010101 | 11000 | 100100 | 100111101 | 1001010 | 100101 |
Color Harmonies of #A3187C
Complementary color
Monochromatic Colors of #A3187C
Black with #A3187C
Text Example
Text Example
White with #A3187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3187C; }
p { color: rgb(163,24,124); }
H1.HeaderClassName
{
color: #A3187C;
}
.AnyTagClassName
{
color: #A3187C;
}
</style>
background-color css
<style>
a { background-color: #A3187C; }
a { background-color: rgb(163,24,124); }
div.DivClassName
{
background-color: #A3187C;
}
.BgClassName
{
background-color: #A3187C;
}
</style>
border-color css
<style>
span { border-color: #A3187C; }
span { border-color: rgb(163,24,124); }
td.TdClassName
{
border-color: #A3187C;
}
.TagClassName
{
border-color: #A3187C;
}
</style>