Shades of Dark Purple #A1227B
Tints of Dark Purple #A1227B
RGB
CMYK
RGB Variations
Color information
#A1227B (or 0xA1227B) is known color: Dark Purple. HEX triplet: A1, 22 and 7B. RGB value is (161,34,123). Sum of RGB (Red+Green+Blue) = 161+34+123=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1227B is #5EDD84. Grayscale: #515151. Windows color (decimal): -6217093 or 8069793. OLE color: 8069793.
HSL color Cylindrical-coordinate representation of color #A1227B: hue angle of 317.95º 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 #A1227B is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 123 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.37 |
| HSL | 317.95º | 0.65% | 0.38% | - |
| HSV(B) | 317.95º | 0.79% | 0.63% | - |
| XYZ | 18.85 | 10.15 | 19.71 | - |
| YUV | 82.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 123 | 0 | 0.79 | 0.24 | 0.37 | 317.95 | 0.65 | 0.38 |
| Hex | A1 | 22 | 7B | 0 | 4F | 18 | 25 | 13E | 41 | 26 |
| Octal | 241 | 42 | 173 | 0 | 117 | 30 | 45 | 476 | 101 | 46 |
| Binary | 10100001 | 100010 | 1111011 | 0 | 1001111 | 11000 | 100101 | 100111110 | 1000001 | 100110 |
Color Harmonies of #A1227B
Complementary color
Monochromatic Colors of #A1227B
Black with #A1227B
Text Example
Text Example
White with #A1227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1227B; }
p { color: rgb(161,34,123); }
H1.HeaderClassName
{
color: #A1227B;
}
.AnyTagClassName
{
color: #A1227B;
}
</style>
background-color css
<style>
a { background-color: #A1227B; }
a { background-color: rgb(161,34,123); }
div.DivClassName
{
background-color: #A1227B;
}
.BgClassName
{
background-color: #A1227B;
}
</style>
border-color css
<style>
span { border-color: #A1227B; }
span { border-color: rgb(161,34,123); }
td.TdClassName
{
border-color: #A1227B;
}
.TagClassName
{
border-color: #A1227B;
}
</style>