Shades of Dark Purple #A3197D
Tints of Dark Purple #A3197D
RGB
CMYK
RGB Variations
Color information
#A3197D (or 0xA3197D) is known color: Dark Purple. HEX triplet: A3, 19 and 7D. RGB value is (163,25,125). Sum of RGB (Red+Green+Blue) = 163+25+125=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3197D is #5CE682. Grayscale: #4D4D4D. Windows color (decimal): -6088323 or 8198563. OLE color: 8198563.
HSL color Cylindrical-coordinate representation of color #A3197D: hue angle of 316.52º degrees, saturation: 0.73, 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 #A3197D is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 125 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.36 |
| HSL | 316.52º | 0.73% | 0.37% | - |
| HSV(B) | 316.52º | 0.85% | 0.64% | - |
| XYZ | 19.15 | 9.96 | 20.32 | - |
| YUV | 77.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 125 | 0 | 0.85 | 0.23 | 0.36 | 316.52 | 0.73 | 0.37 |
| Hex | A3 | 19 | 7D | 0 | 55 | 17 | 24 | 13D | 49 | 25 |
| Octal | 243 | 31 | 175 | 0 | 125 | 27 | 44 | 475 | 111 | 45 |
| Binary | 10100011 | 11001 | 1111101 | 0 | 1010101 | 10111 | 100100 | 100111101 | 1001001 | 100101 |
Color Harmonies of #A3197D
Complementary color
Monochromatic Colors of #A3197D
Black with #A3197D
Text Example
Text Example
White with #A3197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3197D; }
p { color: rgb(163,25,125); }
H1.HeaderClassName
{
color: #A3197D;
}
.AnyTagClassName
{
color: #A3197D;
}
</style>
background-color css
<style>
a { background-color: #A3197D; }
a { background-color: rgb(163,25,125); }
div.DivClassName
{
background-color: #A3197D;
}
.BgClassName
{
background-color: #A3197D;
}
</style>
border-color css
<style>
span { border-color: #A3197D; }
span { border-color: rgb(163,25,125); }
td.TdClassName
{
border-color: #A3197D;
}
.TagClassName
{
border-color: #A3197D;
}
</style>