Shades of Dark Purple #A11878
Tints of Dark Purple #A11878
RGB
CMYK
RGB Variations
Color information
#A11878 (or 0xA11878) is known color: Dark Purple. HEX triplet: A1, 18 and 78. RGB value is (161,24,120). Sum of RGB (Red+Green+Blue) = 161+24+120=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A11878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11878 is #5EE787. Grayscale: #4B4B4B. Windows color (decimal): -6219656 or 7870625. OLE color: 7870625.
HSL color Cylindrical-coordinate representation of color #A11878: hue angle of 317.96º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11878 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 120 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.37 |
| HSL | 317.96º | 0.74% | 0.36% | - |
| HSV(B) | 317.96º | 0.85% | 0.63% | - |
| XYZ | 18.41 | 9.59 | 18.65 | - |
| YUV | 75.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 120 | 0 | 0.85 | 0.25 | 0.37 | 317.96 | 0.74 | 0.36 |
| Hex | A1 | 18 | 78 | 0 | 55 | 19 | 25 | 13E | 4A | 24 |
| Octal | 241 | 30 | 170 | 0 | 125 | 31 | 45 | 476 | 112 | 44 |
| Binary | 10100001 | 11000 | 1111000 | 0 | 1010101 | 11001 | 100101 | 100111110 | 1001010 | 100100 |
Color Harmonies of #A11878
Complementary color
Monochromatic Colors of #A11878
Black with #A11878
Text Example
Text Example
White with #A11878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11878; }
p { color: rgb(161,24,120); }
H1.HeaderClassName
{
color: #A11878;
}
.AnyTagClassName
{
color: #A11878;
}
</style>
background-color css
<style>
a { background-color: #A11878; }
a { background-color: rgb(161,24,120); }
div.DivClassName
{
background-color: #A11878;
}
.BgClassName
{
background-color: #A11878;
}
</style>
border-color css
<style>
span { border-color: #A11878; }
span { border-color: rgb(161,24,120); }
td.TdClassName
{
border-color: #A11878;
}
.TagClassName
{
border-color: #A11878;
}
</style>