Shades of Dark Purple #A12288
Tints of Dark Purple #A12288
RGB
CMYK
RGB Variations
Color information
#A12288 (or 0xA12288) is known color: Dark Purple. HEX triplet: A1, 22 and 88. RGB value is (161,34,136). Sum of RGB (Red+Green+Blue) = 161+34+136=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A12288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12288 is #5EDD77. Grayscale: #535353. Windows color (decimal): -6217080 or 8921761. OLE color: 8921761.
HSL color Cylindrical-coordinate representation of color #A12288: hue angle of 311.81º 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 #A12288 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 136 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.37 |
| HSL | 311.81º | 0.65% | 0.38% | - |
| HSV(B) | 311.81º | 0.79% | 0.63% | - |
| XYZ | 19.71 | 10.5 | 24.28 | - |
| YUV | 83.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 136 | 0 | 0.79 | 0.16 | 0.37 | 311.81 | 0.65 | 0.38 |
| Hex | A1 | 22 | 88 | 0 | 4F | 10 | 25 | 138 | 41 | 26 |
| Octal | 241 | 42 | 210 | 0 | 117 | 20 | 45 | 470 | 101 | 46 |
| Binary | 10100001 | 100010 | 10001000 | 0 | 1001111 | 10000 | 100101 | 100111000 | 1000001 | 100110 |
Color Harmonies of #A12288
Complementary color
Monochromatic Colors of #A12288
Black with #A12288
Text Example
Text Example
White with #A12288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12288; }
p { color: rgb(161,34,136); }
H1.HeaderClassName
{
color: #A12288;
}
.AnyTagClassName
{
color: #A12288;
}
</style>
background-color css
<style>
a { background-color: #A12288; }
a { background-color: rgb(161,34,136); }
div.DivClassName
{
background-color: #A12288;
}
.BgClassName
{
background-color: #A12288;
}
</style>
border-color css
<style>
span { border-color: #A12288; }
span { border-color: rgb(161,34,136); }
td.TdClassName
{
border-color: #A12288;
}
.TagClassName
{
border-color: #A12288;
}
</style>