Shades of Dark Purple #A1228C
Tints of Dark Purple #A1228C
RGB
CMYK
RGB Variations
Color information
#A1228C (or 0xA1228C) is known color: Dark Purple. HEX triplet: A1, 22 and 8C. RGB value is (161,34,140). Sum of RGB (Red+Green+Blue) = 161+34+140=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1228C is #5EDD73. Grayscale: #535353. Windows color (decimal): -6217076 or 9183905. OLE color: 9183905.
HSL color Cylindrical-coordinate representation of color #A1228C: hue angle of 309.92º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1228C is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 140 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.37 |
| HSL | 309.92º | 0.65% | 0.38% | - |
| HSV(B) | 309.92º | 0.79% | 0.63% | - |
| XYZ | 20 | 10.61 | 25.81 | - |
| YUV | 84.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 140 | 0 | 0.79 | 0.13 | 0.37 | 309.92 | 0.65 | 0.38 |
| Hex | A1 | 22 | 8C | 0 | 4F | D | 25 | 136 | 41 | 26 |
| Octal | 241 | 42 | 214 | 0 | 117 | 15 | 45 | 466 | 101 | 46 |
| Binary | 10100001 | 100010 | 10001100 | 0 | 1001111 | 1101 | 100101 | 100110110 | 1000001 | 100110 |
Color Harmonies of #A1228C
Complementary color
Monochromatic Colors of #A1228C
Black with #A1228C
Text Example
Text Example
White with #A1228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1228C; }
p { color: rgb(161,34,140); }
H1.HeaderClassName
{
color: #A1228C;
}
.AnyTagClassName
{
color: #A1228C;
}
</style>
background-color css
<style>
a { background-color: #A1228C; }
a { background-color: rgb(161,34,140); }
div.DivClassName
{
background-color: #A1228C;
}
.BgClassName
{
background-color: #A1228C;
}
</style>
border-color css
<style>
span { border-color: #A1228C; }
span { border-color: rgb(161,34,140); }
td.TdClassName
{
border-color: #A1228C;
}
.TagClassName
{
border-color: #A1228C;
}
</style>