Shades of Dark Purple #A12299
Tints of Dark Purple #A12299
RGB
CMYK
RGB Variations
Color information
#A12299 (or 0xA12299) is known color: Dark Purple. HEX triplet: A1, 22 and 99. RGB value is (161,34,153). Sum of RGB (Red+Green+Blue) = 161+34+153=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A12299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12299 is #5EDD66. Grayscale: #555555. Windows color (decimal): -6217063 or 10035873. OLE color: 10035873.
HSL color Cylindrical-coordinate representation of color #A12299: hue angle of 303.78º 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 #A12299 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 153 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.37 |
| HSL | 303.78º | 0.65% | 0.38% | - |
| HSV(B) | 303.78º | 0.79% | 0.63% | - |
| XYZ | 21.02 | 11.02 | 31.16 | - |
| YUV | 85.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 153 | 0 | 0.79 | 0.05 | 0.37 | 303.78 | 0.65 | 0.38 |
| Hex | A1 | 22 | 99 | 0 | 4F | 5 | 25 | 130 | 41 | 26 |
| Octal | 241 | 42 | 231 | 0 | 117 | 5 | 45 | 460 | 101 | 46 |
| Binary | 10100001 | 100010 | 10011001 | 0 | 1001111 | 101 | 100101 | 100110000 | 1000001 | 100110 |
Color Harmonies of #A12299
Complementary color
Monochromatic Colors of #A12299
Black with #A12299
Text Example
Text Example
White with #A12299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12299; }
p { color: rgb(161,34,153); }
H1.HeaderClassName
{
color: #A12299;
}
.AnyTagClassName
{
color: #A12299;
}
</style>
background-color css
<style>
a { background-color: #A12299; }
a { background-color: rgb(161,34,153); }
div.DivClassName
{
background-color: #A12299;
}
.BgClassName
{
background-color: #A12299;
}
</style>
border-color css
<style>
span { border-color: #A12299; }
span { border-color: rgb(161,34,153); }
td.TdClassName
{
border-color: #A12299;
}
.TagClassName
{
border-color: #A12299;
}
</style>