Shades of Dark Purple #A3187A
Tints of Dark Purple #A3187A
RGB
CMYK
RGB Variations
Color information
#A3187A (or 0xA3187A) is known color: Dark Purple. HEX triplet: A3, 18 and 7A. RGB value is (163,24,122). Sum of RGB (Red+Green+Blue) = 163+24+122=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3187A is #5CE785. Grayscale: #4C4C4C. Windows color (decimal): -6088582 or 8001699. OLE color: 8001699.
HSL color Cylindrical-coordinate representation of color #A3187A: hue angle of 317.7º 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 #A3187A is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 122 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.36 |
| HSL | 317.7º | 0.74% | 0.37% | - |
| HSV(B) | 317.7º | 0.85% | 0.64% | - |
| XYZ | 18.94 | 9.84 | 19.31 | - |
| YUV | 76.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 122 | 0 | 0.85 | 0.25 | 0.36 | 317.7 | 0.74 | 0.37 |
| Hex | A3 | 18 | 7A | 0 | 55 | 19 | 24 | 13E | 4A | 25 |
| Octal | 243 | 30 | 172 | 0 | 125 | 31 | 44 | 476 | 112 | 45 |
| Binary | 10100011 | 11000 | 1111010 | 0 | 1010101 | 11001 | 100100 | 100111110 | 1001010 | 100101 |
Color Harmonies of #A3187A
Complementary color
Monochromatic Colors of #A3187A
Black with #A3187A
Text Example
Text Example
White with #A3187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3187A; }
p { color: rgb(163,24,122); }
H1.HeaderClassName
{
color: #A3187A;
}
.AnyTagClassName
{
color: #A3187A;
}
</style>
background-color css
<style>
a { background-color: #A3187A; }
a { background-color: rgb(163,24,122); }
div.DivClassName
{
background-color: #A3187A;
}
.BgClassName
{
background-color: #A3187A;
}
</style>
border-color css
<style>
span { border-color: #A3187A; }
span { border-color: rgb(163,24,122); }
td.TdClassName
{
border-color: #A3187A;
}
.TagClassName
{
border-color: #A3187A;
}
</style>