Shades of Dark Purple #A6187D
Tints of Dark Purple #A6187D
RGB
CMYK
RGB Variations
Color information
#A6187D (or 0xA6187D) is known color: Dark Purple. HEX triplet: A6, 18 and 7D. RGB value is (166,24,125). Sum of RGB (Red+Green+Blue) = 166+24+125=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6187D is #59E782. Grayscale: #4D4D4D. Windows color (decimal): -5891971 or 8198310. OLE color: 8198310.
HSL color Cylindrical-coordinate representation of color #A6187D: hue angle of 317.32º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6187D is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 125 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.35 |
| HSL | 317.32º | 0.75% | 0.37% | - |
| HSV(B) | 317.32º | 0.86% | 0.65% | - |
| XYZ | 19.75 | 10.24 | 20.34 | - |
| YUV | 77.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 125 | 0 | 0.86 | 0.25 | 0.35 | 317.32 | 0.75 | 0.37 |
| Hex | A6 | 18 | 7D | 0 | 56 | 19 | 23 | 13D | 4B | 25 |
| Octal | 246 | 30 | 175 | 0 | 126 | 31 | 43 | 475 | 113 | 45 |
| Binary | 10100110 | 11000 | 1111101 | 0 | 1010110 | 11001 | 100011 | 100111101 | 1001011 | 100101 |
Color Harmonies of #A6187D
Complementary color
Monochromatic Colors of #A6187D
Black with #A6187D
Text Example
Text Example
White with #A6187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6187D; }
p { color: rgb(166,24,125); }
H1.HeaderClassName
{
color: #A6187D;
}
.AnyTagClassName
{
color: #A6187D;
}
</style>
background-color css
<style>
a { background-color: #A6187D; }
a { background-color: rgb(166,24,125); }
div.DivClassName
{
background-color: #A6187D;
}
.BgClassName
{
background-color: #A6187D;
}
</style>
border-color css
<style>
span { border-color: #A6187D; }
span { border-color: rgb(166,24,125); }
td.TdClassName
{
border-color: #A6187D;
}
.TagClassName
{
border-color: #A6187D;
}
</style>