Shades of Dark Purple #A61880
Tints of Dark Purple #A61880
RGB
CMYK
RGB Variations
Color information
#A61880 (or 0xA61880) is known color: Dark Purple. HEX triplet: A6, 18 and 80. RGB value is (166,24,128). Sum of RGB (Red+Green+Blue) = 166+24+128=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A61880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61880 is #59E77F. Grayscale: #4E4E4E. Windows color (decimal): -5891968 or 8394918. OLE color: 8394918.
HSL color Cylindrical-coordinate representation of color #A61880: hue angle of 316.06º 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 #A61880 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 128 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.35 |
| HSL | 316.06º | 0.75% | 0.37% | - |
| HSV(B) | 316.06º | 0.86% | 0.65% | - |
| XYZ | 19.95 | 10.32 | 21.36 | - |
| YUV | 78.31 | 156.04 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 128 | 0 | 0.86 | 0.23 | 0.35 | 316.06 | 0.75 | 0.37 |
| Hex | A6 | 18 | 80 | 0 | 56 | 17 | 23 | 13C | 4B | 25 |
| Octal | 246 | 30 | 200 | 0 | 126 | 27 | 43 | 474 | 113 | 45 |
| Binary | 10100110 | 11000 | 10000000 | 0 | 1010110 | 10111 | 100011 | 100111100 | 1001011 | 100101 |
Color Harmonies of #A61880
Complementary color
Monochromatic Colors of #A61880
Black with #A61880
Text Example
Text Example
White with #A61880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61880; }
p { color: rgb(166,24,128); }
H1.HeaderClassName
{
color: #A61880;
}
.AnyTagClassName
{
color: #A61880;
}
</style>
background-color css
<style>
a { background-color: #A61880; }
a { background-color: rgb(166,24,128); }
div.DivClassName
{
background-color: #A61880;
}
.BgClassName
{
background-color: #A61880;
}
</style>
border-color css
<style>
span { border-color: #A61880; }
span { border-color: rgb(166,24,128); }
td.TdClassName
{
border-color: #A61880;
}
.TagClassName
{
border-color: #A61880;
}
</style>