Shades of Dark Purple #A11A8F
Tints of Dark Purple #A11A8F
RGB
CMYK
RGB Variations
Color information
#A11A8F (or 0xA11A8F) is known color: Dark Purple. HEX triplet: A1, 1A and 8F. RGB value is (161,26,143). Sum of RGB (Red+Green+Blue) = 161+26+143=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A8F is #5EE570. Grayscale: #4F4F4F. Windows color (decimal): -6219121 or 9378465. OLE color: 9378465.
HSL color Cylindrical-coordinate representation of color #A11A8F: hue angle of 308º 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 #A11A8F is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 143 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.37 |
| HSL | 308º | 0.72% | 0.37% | - |
| HSV(B) | 308º | 0.84% | 0.63% | - |
| XYZ | 20.03 | 10.3 | 26.92 | - |
| YUV | 79.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 143 | 0 | 0.84 | 0.11 | 0.37 | 308 | 0.72 | 0.37 |
| Hex | A1 | 1A | 8F | 0 | 54 | B | 25 | 134 | 48 | 25 |
| Octal | 241 | 32 | 217 | 0 | 124 | 13 | 45 | 464 | 110 | 45 |
| Binary | 10100001 | 11010 | 10001111 | 0 | 1010100 | 1011 | 100101 | 100110100 | 1001000 | 100101 |
Color Harmonies of #A11A8F
Complementary color
Monochromatic Colors of #A11A8F
Black with #A11A8F
Text Example
Text Example
White with #A11A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A8F; }
p { color: rgb(161,26,143); }
H1.HeaderClassName
{
color: #A11A8F;
}
.AnyTagClassName
{
color: #A11A8F;
}
</style>
background-color css
<style>
a { background-color: #A11A8F; }
a { background-color: rgb(161,26,143); }
div.DivClassName
{
background-color: #A11A8F;
}
.BgClassName
{
background-color: #A11A8F;
}
</style>
border-color css
<style>
span { border-color: #A11A8F; }
span { border-color: rgb(161,26,143); }
td.TdClassName
{
border-color: #A11A8F;
}
.TagClassName
{
border-color: #A11A8F;
}
</style>