Shades of Dark Purple #A11B8F
Tints of Dark Purple #A11B8F
RGB
CMYK
RGB Variations
Color information
#A11B8F (or 0xA11B8F) is known color: Dark Purple. HEX triplet: A1, 1B and 8F. RGB value is (161,27,143). Sum of RGB (Red+Green+Blue) = 161+27+143=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11B8F is #5EE470. Grayscale: #4F4F4F. Windows color (decimal): -6218865 or 9378721. OLE color: 9378721.
HSL color Cylindrical-coordinate representation of color #A11B8F: hue angle of 308.06º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11B8F is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 27 | 143 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.37 |
| HSL | 308.06º | 0.71% | 0.37% | - |
| HSV(B) | 308.06º | 0.83% | 0.63% | - |
| XYZ | 20.05 | 10.34 | 26.93 | - |
| YUV | 80.29 | 163.39 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 143 | 0 | 0.83 | 0.11 | 0.37 | 308.06 | 0.71 | 0.37 |
| Hex | A1 | 1B | 8F | 0 | 53 | B | 25 | 134 | 47 | 25 |
| Octal | 241 | 33 | 217 | 0 | 123 | 13 | 45 | 464 | 107 | 45 |
| Binary | 10100001 | 11011 | 10001111 | 0 | 1010011 | 1011 | 100101 | 100110100 | 1000111 | 100101 |
Color Harmonies of #A11B8F
Complementary color
Monochromatic Colors of #A11B8F
Black with #A11B8F
Text Example
Text Example
White with #A11B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11B8F; }
p { color: rgb(161,27,143); }
H1.HeaderClassName
{
color: #A11B8F;
}
.AnyTagClassName
{
color: #A11B8F;
}
</style>
background-color css
<style>
a { background-color: #A11B8F; }
a { background-color: rgb(161,27,143); }
div.DivClassName
{
background-color: #A11B8F;
}
.BgClassName
{
background-color: #A11B8F;
}
</style>
border-color css
<style>
span { border-color: #A11B8F; }
span { border-color: rgb(161,27,143); }
td.TdClassName
{
border-color: #A11B8F;
}
.TagClassName
{
border-color: #A11B8F;
}
</style>