Shades of Dark Magenta #AA069E
Tints of Dark Magenta #AA069E
RGB
CMYK
RGB Variations
Color information
#AA069E (or 0xAA069E) is known color: Dark Magenta. HEX triplet: AA, 06 and 9E. RGB value is (170,6,158). Sum of RGB (Red+Green+Blue) = 170+6+158=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA069E is #55F961. Grayscale: #474747. Windows color (decimal): -5634402 or 10356394. OLE color: 10356394.
HSL color Cylindrical-coordinate representation of color #AA069E: hue angle of 304.39º 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 #AA069E is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 158 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.33 |
| HSL | 304.39º | 0.93% | 0.35% | - |
| HSV(B) | 304.39º | 0.96% | 0.67% | - |
| XYZ | 22.81 | 11.14 | 33.3 | - |
| YUV | 72.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 158 | 0 | 0.96 | 0.07 | 0.33 | 304.39 | 0.93 | 0.35 |
| Hex | AA | 6 | 9E | 0 | 60 | 7 | 21 | 130 | 5D | 23 |
| Octal | 252 | 6 | 236 | 0 | 140 | 7 | 41 | 460 | 135 | 43 |
| Binary | 10101010 | 110 | 10011110 | 0 | 1100000 | 111 | 100001 | 100110000 | 1011101 | 100011 |
Color Harmonies of #AA069E
Complementary color
Monochromatic Colors of #AA069E
Black with #AA069E
Text Example
Text Example
White with #AA069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA069E; }
p { color: rgb(170,6,158); }
H1.HeaderClassName
{
color: #AA069E;
}
.AnyTagClassName
{
color: #AA069E;
}
</style>
background-color css
<style>
a { background-color: #AA069E; }
a { background-color: rgb(170,6,158); }
div.DivClassName
{
background-color: #AA069E;
}
.BgClassName
{
background-color: #AA069E;
}
</style>
border-color css
<style>
span { border-color: #AA069E; }
span { border-color: rgb(170,6,158); }
td.TdClassName
{
border-color: #AA069E;
}
.TagClassName
{
border-color: #AA069E;
}
</style>