Shades of Dark Purple #A11285
Tints of Dark Purple #A11285
RGB
CMYK
RGB Variations
Color information
#A11285 (or 0xA11285) is known color: Dark Purple. HEX triplet: A1, 12 and 85. RGB value is (161,18,133). Sum of RGB (Red+Green+Blue) = 161+18+133=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A11285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11285 is #5EED7A. Grayscale: #494949. Windows color (decimal): -6221179 or 8721057. OLE color: 8721057.
HSL color Cylindrical-coordinate representation of color #A11285: hue angle of 311.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11285 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 133 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.37 |
| HSL | 311.75º | 0.8% | 0.35% | - |
| HSV(B) | 311.75º | 0.89% | 0.63% | - |
| XYZ | 19.15 | 9.7 | 23.05 | - |
| YUV | 73.87 | 161.38 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 133 | 0 | 0.89 | 0.17 | 0.37 | 311.75 | 0.8 | 0.35 |
| Hex | A1 | 12 | 85 | 0 | 59 | 11 | 25 | 138 | 50 | 23 |
| Octal | 241 | 22 | 205 | 0 | 131 | 21 | 45 | 470 | 120 | 43 |
| Binary | 10100001 | 10010 | 10000101 | 0 | 1011001 | 10001 | 100101 | 100111000 | 1010000 | 100011 |
Color Harmonies of #A11285
Complementary color
Monochromatic Colors of #A11285
Black with #A11285
Text Example
Text Example
White with #A11285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11285; }
p { color: rgb(161,18,133); }
H1.HeaderClassName
{
color: #A11285;
}
.AnyTagClassName
{
color: #A11285;
}
</style>
background-color css
<style>
a { background-color: #A11285; }
a { background-color: rgb(161,18,133); }
div.DivClassName
{
background-color: #A11285;
}
.BgClassName
{
background-color: #A11285;
}
</style>
border-color css
<style>
span { border-color: #A11285; }
span { border-color: rgb(161,18,133); }
td.TdClassName
{
border-color: #A11285;
}
.TagClassName
{
border-color: #A11285;
}
</style>