Shades of Dark Magenta #A1069D
Tints of Dark Magenta #A1069D
RGB
CMYK
RGB Variations
Color information
#A1069D (or 0xA1069D) is known color: Dark Magenta. HEX triplet: A1, 06 and 9D. RGB value is (161,6,157). Sum of RGB (Red+Green+Blue) = 161+6+157=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1069D is #5EF962. Grayscale: #454545. Windows color (decimal): -6224227 or 10290849. OLE color: 10290849.
HSL color Cylindrical-coordinate representation of color #A1069D: hue angle of 301.55º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1069D is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 157 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.37 |
| HSL | 301.55º | 0.93% | 0.33% | - |
| HSV(B) | 301.55º | 0.96% | 0.63% | - |
| XYZ | 20.85 | 10.14 | 32.76 | - |
| YUV | 69.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 157 | 0 | 0.96 | 0.02 | 0.37 | 301.55 | 0.93 | 0.33 |
| Hex | A1 | 6 | 9D | 0 | 60 | 2 | 25 | 12E | 5D | 21 |
| Octal | 241 | 6 | 235 | 0 | 140 | 2 | 45 | 456 | 135 | 41 |
| Binary | 10100001 | 110 | 10011101 | 0 | 1100000 | 10 | 100101 | 100101110 | 1011101 | 100001 |
Color Harmonies of #A1069D
Complementary color
Monochromatic Colors of #A1069D
Black with #A1069D
Text Example
Text Example
White with #A1069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1069D; }
p { color: rgb(161,6,157); }
H1.HeaderClassName
{
color: #A1069D;
}
.AnyTagClassName
{
color: #A1069D;
}
</style>
background-color css
<style>
a { background-color: #A1069D; }
a { background-color: rgb(161,6,157); }
div.DivClassName
{
background-color: #A1069D;
}
.BgClassName
{
background-color: #A1069D;
}
</style>
border-color css
<style>
span { border-color: #A1069D; }
span { border-color: rgb(161,6,157); }
td.TdClassName
{
border-color: #A1069D;
}
.TagClassName
{
border-color: #A1069D;
}
</style>