Shades of Dark Purple #A1227A
Tints of Dark Purple #A1227A
RGB
CMYK
RGB Variations
Color information
#A1227A (or 0xA1227A) is known color: Dark Purple. HEX triplet: A1, 22 and 7A. RGB value is (161,34,122). Sum of RGB (Red+Green+Blue) = 161+34+122=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1227A is #5EDD85. Grayscale: #515151. Windows color (decimal): -6217094 or 8004257. OLE color: 8004257.
HSL color Cylindrical-coordinate representation of color #A1227A: hue angle of 318.43º 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 #A1227A is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 122 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.37 |
| HSL | 318.43º | 0.65% | 0.38% | - |
| HSV(B) | 318.43º | 0.79% | 0.63% | - |
| XYZ | 18.78 | 10.13 | 19.38 | - |
| YUV | 82.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 122 | 0 | 0.79 | 0.24 | 0.37 | 318.43 | 0.65 | 0.38 |
| Hex | A1 | 22 | 7A | 0 | 4F | 18 | 25 | 13E | 41 | 26 |
| Octal | 241 | 42 | 172 | 0 | 117 | 30 | 45 | 476 | 101 | 46 |
| Binary | 10100001 | 100010 | 1111010 | 0 | 1001111 | 11000 | 100101 | 100111110 | 1000001 | 100110 |
Color Harmonies of #A1227A
Complementary color
Monochromatic Colors of #A1227A
Black with #A1227A
Text Example
Text Example
White with #A1227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1227A; }
p { color: rgb(161,34,122); }
H1.HeaderClassName
{
color: #A1227A;
}
.AnyTagClassName
{
color: #A1227A;
}
</style>
background-color css
<style>
a { background-color: #A1227A; }
a { background-color: rgb(161,34,122); }
div.DivClassName
{
background-color: #A1227A;
}
.BgClassName
{
background-color: #A1227A;
}
</style>
border-color css
<style>
span { border-color: #A1227A; }
span { border-color: rgb(161,34,122); }
td.TdClassName
{
border-color: #A1227A;
}
.TagClassName
{
border-color: #A1227A;
}
</style>