Shades of Dark Purple #A61884
Tints of Dark Purple #A61884
RGB
CMYK
RGB Variations
Color information
#A61884 (or 0xA61884) is known color: Dark Purple. HEX triplet: A6, 18 and 84. RGB value is (166,24,132). Sum of RGB (Red+Green+Blue) = 166+24+132=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A61884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61884 is #59E77B. Grayscale: #4E4E4E. Windows color (decimal): -5891964 or 8657062. OLE color: 8657062.
HSL color Cylindrical-coordinate representation of color #A61884: hue angle of 314.37º 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 #A61884 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 132 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.35 |
| HSL | 314.37º | 0.75% | 0.37% | - |
| HSV(B) | 314.37º | 0.86% | 0.65% | - |
| XYZ | 20.22 | 10.43 | 22.78 | - |
| YUV | 78.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 132 | 0 | 0.86 | 0.20 | 0.35 | 314.37 | 0.75 | 0.37 |
| Hex | A6 | 18 | 84 | 0 | 56 | 14 | 23 | 13A | 4B | 25 |
| Octal | 246 | 30 | 204 | 0 | 126 | 24 | 43 | 472 | 113 | 45 |
| Binary | 10100110 | 11000 | 10000100 | 0 | 1010110 | 10100 | 100011 | 100111010 | 1001011 | 100101 |
Color Harmonies of #A61884
Complementary color
Monochromatic Colors of #A61884
Black with #A61884
Text Example
Text Example
White with #A61884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61884; }
p { color: rgb(166,24,132); }
H1.HeaderClassName
{
color: #A61884;
}
.AnyTagClassName
{
color: #A61884;
}
</style>
background-color css
<style>
a { background-color: #A61884; }
a { background-color: rgb(166,24,132); }
div.DivClassName
{
background-color: #A61884;
}
.BgClassName
{
background-color: #A61884;
}
</style>
border-color css
<style>
span { border-color: #A61884; }
span { border-color: rgb(166,24,132); }
td.TdClassName
{
border-color: #A61884;
}
.TagClassName
{
border-color: #A61884;
}
</style>