Shades of Dark Purple #A1168A
Tints of Dark Purple #A1168A
RGB
CMYK
RGB Variations
Color information
#A1168A (or 0xA1168A) is known color: Dark Purple. HEX triplet: A1, 16 and 8A. RGB value is (161,22,138). Sum of RGB (Red+Green+Blue) = 161+22+138=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1168A is #5EE975. Grayscale: #4C4C4C. Windows color (decimal): -6220150 or 9049761. OLE color: 9049761.
HSL color Cylindrical-coordinate representation of color #A1168A: hue angle of 309.93º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1168A is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 138 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.37 |
| HSL | 309.93º | 0.76% | 0.36% | - |
| HSV(B) | 309.93º | 0.86% | 0.63% | - |
| XYZ | 19.57 | 9.99 | 24.94 | - |
| YUV | 76.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 138 | 0 | 0.86 | 0.14 | 0.37 | 309.93 | 0.76 | 0.36 |
| Hex | A1 | 16 | 8A | 0 | 56 | E | 25 | 136 | 4C | 24 |
| Octal | 241 | 26 | 212 | 0 | 126 | 16 | 45 | 466 | 114 | 44 |
| Binary | 10100001 | 10110 | 10001010 | 0 | 1010110 | 1110 | 100101 | 100110110 | 1001100 | 100100 |
Color Harmonies of #A1168A
Complementary color
Monochromatic Colors of #A1168A
Black with #A1168A
Text Example
Text Example
White with #A1168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1168A; }
p { color: rgb(161,22,138); }
H1.HeaderClassName
{
color: #A1168A;
}
.AnyTagClassName
{
color: #A1168A;
}
</style>
background-color css
<style>
a { background-color: #A1168A; }
a { background-color: rgb(161,22,138); }
div.DivClassName
{
background-color: #A1168A;
}
.BgClassName
{
background-color: #A1168A;
}
</style>
border-color css
<style>
span { border-color: #A1168A; }
span { border-color: rgb(161,22,138); }
td.TdClassName
{
border-color: #A1168A;
}
.TagClassName
{
border-color: #A1168A;
}
</style>