Shades of Dark Purple #A3197E
Tints of Dark Purple #A3197E
RGB
CMYK
RGB Variations
Color information
#A3197E (or 0xA3197E) is known color: Dark Purple. HEX triplet: A3, 19 and 7E. RGB value is (163,25,126). Sum of RGB (Red+Green+Blue) = 163+25+126=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A3197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3197E is #5CE681. Grayscale: #4D4D4D. Windows color (decimal): -6088322 or 8264099. OLE color: 8264099.
HSL color Cylindrical-coordinate representation of color #A3197E: hue angle of 316.09º 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 #A3197E is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 126 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.36 |
| HSL | 316.09º | 0.73% | 0.37% | - |
| HSV(B) | 316.09º | 0.85% | 0.64% | - |
| XYZ | 19.22 | 9.99 | 20.65 | - |
| YUV | 77.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 126 | 0 | 0.85 | 0.23 | 0.36 | 316.09 | 0.73 | 0.37 |
| Hex | A3 | 19 | 7E | 0 | 55 | 17 | 24 | 13C | 49 | 25 |
| Octal | 243 | 31 | 176 | 0 | 125 | 27 | 44 | 474 | 111 | 45 |
| Binary | 10100011 | 11001 | 1111110 | 0 | 1010101 | 10111 | 100100 | 100111100 | 1001001 | 100101 |
Color Harmonies of #A3197E
Complementary color
Monochromatic Colors of #A3197E
Black with #A3197E
Text Example
Text Example
White with #A3197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3197E; }
p { color: rgb(163,25,126); }
H1.HeaderClassName
{
color: #A3197E;
}
.AnyTagClassName
{
color: #A3197E;
}
</style>
background-color css
<style>
a { background-color: #A3197E; }
a { background-color: rgb(163,25,126); }
div.DivClassName
{
background-color: #A3197E;
}
.BgClassName
{
background-color: #A3197E;
}
</style>
border-color css
<style>
span { border-color: #A3197E; }
span { border-color: rgb(163,25,126); }
td.TdClassName
{
border-color: #A3197E;
}
.TagClassName
{
border-color: #A3197E;
}
</style>