Shades of Dark Purple #A1227C
Tints of Dark Purple #A1227C
RGB
CMYK
RGB Variations
Color information
#A1227C (or 0xA1227C) is known color: Dark Purple. HEX triplet: A1, 22 and 7C. RGB value is (161,34,124). Sum of RGB (Red+Green+Blue) = 161+34+124=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1227C is #5EDD83. Grayscale: #525252. Windows color (decimal): -6217092 or 8135329. OLE color: 8135329.
HSL color Cylindrical-coordinate representation of color #A1227C: hue angle of 317.48º 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 #A1227C is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 124 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.37 |
| HSL | 317.48º | 0.65% | 0.38% | - |
| HSV(B) | 317.48º | 0.79% | 0.63% | - |
| XYZ | 18.91 | 10.18 | 20.04 | - |
| YUV | 82.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 124 | 0 | 0.79 | 0.23 | 0.37 | 317.48 | 0.65 | 0.38 |
| Hex | A1 | 22 | 7C | 0 | 4F | 17 | 25 | 13D | 41 | 26 |
| Octal | 241 | 42 | 174 | 0 | 117 | 27 | 45 | 475 | 101 | 46 |
| Binary | 10100001 | 100010 | 1111100 | 0 | 1001111 | 10111 | 100101 | 100111101 | 1000001 | 100110 |
Color Harmonies of #A1227C
Complementary color
Monochromatic Colors of #A1227C
Black with #A1227C
Text Example
Text Example
White with #A1227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1227C; }
p { color: rgb(161,34,124); }
H1.HeaderClassName
{
color: #A1227C;
}
.AnyTagClassName
{
color: #A1227C;
}
</style>
background-color css
<style>
a { background-color: #A1227C; }
a { background-color: rgb(161,34,124); }
div.DivClassName
{
background-color: #A1227C;
}
.BgClassName
{
background-color: #A1227C;
}
</style>
border-color css
<style>
span { border-color: #A1227C; }
span { border-color: rgb(161,34,124); }
td.TdClassName
{
border-color: #A1227C;
}
.TagClassName
{
border-color: #A1227C;
}
</style>