Shades of Dark Purple #A61881
Tints of Dark Purple #A61881
RGB
CMYK
RGB Variations
Color information
#A61881 (or 0xA61881) is known color: Dark Purple. HEX triplet: A6, 18 and 81. RGB value is (166,24,129). Sum of RGB (Red+Green+Blue) = 166+24+129=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A61881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61881 is #59E77E. Grayscale: #4E4E4E. Windows color (decimal): -5891967 or 8460454. OLE color: 8460454.
HSL color Cylindrical-coordinate representation of color #A61881: hue angle of 315.63º 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 #A61881 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 129 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.35 |
| HSL | 315.63º | 0.75% | 0.37% | - |
| HSV(B) | 315.63º | 0.86% | 0.65% | - |
| XYZ | 20.01 | 10.35 | 21.71 | - |
| YUV | 78.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 129 | 0 | 0.86 | 0.22 | 0.35 | 315.63 | 0.75 | 0.37 |
| Hex | A6 | 18 | 81 | 0 | 56 | 16 | 23 | 13C | 4B | 25 |
| Octal | 246 | 30 | 201 | 0 | 126 | 26 | 43 | 474 | 113 | 45 |
| Binary | 10100110 | 11000 | 10000001 | 0 | 1010110 | 10110 | 100011 | 100111100 | 1001011 | 100101 |
Color Harmonies of #A61881
Complementary color
Monochromatic Colors of #A61881
Black with #A61881
Text Example
Text Example
White with #A61881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61881; }
p { color: rgb(166,24,129); }
H1.HeaderClassName
{
color: #A61881;
}
.AnyTagClassName
{
color: #A61881;
}
</style>
background-color css
<style>
a { background-color: #A61881; }
a { background-color: rgb(166,24,129); }
div.DivClassName
{
background-color: #A61881;
}
.BgClassName
{
background-color: #A61881;
}
</style>
border-color css
<style>
span { border-color: #A61881; }
span { border-color: rgb(166,24,129); }
td.TdClassName
{
border-color: #A61881;
}
.TagClassName
{
border-color: #A61881;
}
</style>