Shades of Dark Purple #A11A90
Tints of Dark Purple #A11A90
RGB
CMYK
RGB Variations
Color information
#A11A90 (or 0xA11A90) is known color: Dark Purple. HEX triplet: A1, 1A and 90. RGB value is (161,26,144). Sum of RGB (Red+Green+Blue) = 161+26+144=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A90 is #5EE56F. Grayscale: #4F4F4F. Windows color (decimal): -6219120 or 9444001. OLE color: 9444001.
HSL color Cylindrical-coordinate representation of color #A11A90: hue angle of 307.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A90 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 144 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.37 |
| HSL | 307.56º | 0.72% | 0.37% | - |
| HSV(B) | 307.56º | 0.84% | 0.63% | - |
| XYZ | 20.1 | 10.33 | 27.32 | - |
| YUV | 79.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 144 | 0 | 0.84 | 0.11 | 0.37 | 307.56 | 0.72 | 0.37 |
| Hex | A1 | 1A | 90 | 0 | 54 | B | 25 | 134 | 48 | 25 |
| Octal | 241 | 32 | 220 | 0 | 124 | 13 | 45 | 464 | 110 | 45 |
| Binary | 10100001 | 11010 | 10010000 | 0 | 1010100 | 1011 | 100101 | 100110100 | 1001000 | 100101 |
Color Harmonies of #A11A90
Complementary color
Monochromatic Colors of #A11A90
Black with #A11A90
Text Example
Text Example
White with #A11A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A90; }
p { color: rgb(161,26,144); }
H1.HeaderClassName
{
color: #A11A90;
}
.AnyTagClassName
{
color: #A11A90;
}
</style>
background-color css
<style>
a { background-color: #A11A90; }
a { background-color: rgb(161,26,144); }
div.DivClassName
{
background-color: #A11A90;
}
.BgClassName
{
background-color: #A11A90;
}
</style>
border-color css
<style>
span { border-color: #A11A90; }
span { border-color: rgb(161,26,144); }
td.TdClassName
{
border-color: #A11A90;
}
.TagClassName
{
border-color: #A11A90;
}
</style>