Shades of Dark Magenta #AA069D
Tints of Dark Magenta #AA069D
RGB
CMYK
RGB Variations
Color information
#AA069D (or 0xAA069D) is known color: Dark Magenta. HEX triplet: AA, 06 and 9D. RGB value is (170,6,157). Sum of RGB (Red+Green+Blue) = 170+6+157=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA069D is #55F962. Grayscale: #474747. Windows color (decimal): -5634403 or 10290858. OLE color: 10290858.
HSL color Cylindrical-coordinate representation of color #AA069D: hue angle of 304.76º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA069D is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 157 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.33 |
| HSL | 304.76º | 0.93% | 0.35% | - |
| HSV(B) | 304.76º | 0.96% | 0.67% | - |
| XYZ | 22.73 | 11.11 | 32.84 | - |
| YUV | 72.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 157 | 0 | 0.96 | 0.08 | 0.33 | 304.76 | 0.93 | 0.35 |
| Hex | AA | 6 | 9D | 0 | 60 | 8 | 21 | 131 | 5D | 23 |
| Octal | 252 | 6 | 235 | 0 | 140 | 10 | 41 | 461 | 135 | 43 |
| Binary | 10101010 | 110 | 10011101 | 0 | 1100000 | 1000 | 100001 | 100110001 | 1011101 | 100011 |
Color Harmonies of #AA069D
Complementary color
Monochromatic Colors of #AA069D
Black with #AA069D
Text Example
Text Example
White with #AA069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA069D; }
p { color: rgb(170,6,157); }
H1.HeaderClassName
{
color: #AA069D;
}
.AnyTagClassName
{
color: #AA069D;
}
</style>
background-color css
<style>
a { background-color: #AA069D; }
a { background-color: rgb(170,6,157); }
div.DivClassName
{
background-color: #AA069D;
}
.BgClassName
{
background-color: #AA069D;
}
</style>
border-color css
<style>
span { border-color: #AA069D; }
span { border-color: rgb(170,6,157); }
td.TdClassName
{
border-color: #AA069D;
}
.TagClassName
{
border-color: #AA069D;
}
</style>