Shades of Dark Purple #A11283
Tints of Dark Purple #A11283
RGB
CMYK
RGB Variations
Color information
#A11283 (or 0xA11283) is known color: Dark Purple. HEX triplet: A1, 12 and 83. RGB value is (161,18,131). Sum of RGB (Red+Green+Blue) = 161+18+131=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A11283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11283 is #5EED7C. Grayscale: #494949. Windows color (decimal): -6221181 or 8589985. OLE color: 8589985.
HSL color Cylindrical-coordinate representation of color #A11283: hue angle of 312.59º 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 #A11283 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 131 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.37 |
| HSL | 312.59º | 0.8% | 0.35% | - |
| HSV(B) | 312.59º | 0.89% | 0.63% | - |
| XYZ | 19.01 | 9.65 | 22.33 | - |
| YUV | 73.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 131 | 0 | 0.89 | 0.19 | 0.37 | 312.59 | 0.8 | 0.35 |
| Hex | A1 | 12 | 83 | 0 | 59 | 13 | 25 | 139 | 50 | 23 |
| Octal | 241 | 22 | 203 | 0 | 131 | 23 | 45 | 471 | 120 | 43 |
| Binary | 10100001 | 10010 | 10000011 | 0 | 1011001 | 10011 | 100101 | 100111001 | 1010000 | 100011 |
Color Harmonies of #A11283
Complementary color
Monochromatic Colors of #A11283
Black with #A11283
Text Example
Text Example
White with #A11283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11283; }
p { color: rgb(161,18,131); }
H1.HeaderClassName
{
color: #A11283;
}
.AnyTagClassName
{
color: #A11283;
}
</style>
background-color css
<style>
a { background-color: #A11283; }
a { background-color: rgb(161,18,131); }
div.DivClassName
{
background-color: #A11283;
}
.BgClassName
{
background-color: #A11283;
}
</style>
border-color css
<style>
span { border-color: #A11283; }
span { border-color: rgb(161,18,131); }
td.TdClassName
{
border-color: #A11283;
}
.TagClassName
{
border-color: #A11283;
}
</style>