Shades of Dark Magenta #AA069C
Tints of Dark Magenta #AA069C
RGB
CMYK
RGB Variations
Color information
#AA069C (or 0xAA069C) is known color: Dark Magenta. HEX triplet: AA, 06 and 9C. RGB value is (170,6,156). Sum of RGB (Red+Green+Blue) = 170+6+156=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA069C is #55F963. Grayscale: #474747. Windows color (decimal): -5634404 or 10225322. OLE color: 10225322.
HSL color Cylindrical-coordinate representation of color #AA069C: hue angle of 305.12º 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 #AA069C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 156 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.33 |
| HSL | 305.12º | 0.93% | 0.35% | - |
| HSV(B) | 305.12º | 0.96% | 0.67% | - |
| XYZ | 22.64 | 11.08 | 32.4 | - |
| YUV | 72.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 156 | 0 | 0.96 | 0.08 | 0.33 | 305.12 | 0.93 | 0.35 |
| Hex | AA | 6 | 9C | 0 | 60 | 8 | 21 | 131 | 5D | 23 |
| Octal | 252 | 6 | 234 | 0 | 140 | 10 | 41 | 461 | 135 | 43 |
| Binary | 10101010 | 110 | 10011100 | 0 | 1100000 | 1000 | 100001 | 100110001 | 1011101 | 100011 |
Color Harmonies of #AA069C
Complementary color
Monochromatic Colors of #AA069C
Black with #AA069C
Text Example
Text Example
White with #AA069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA069C; }
p { color: rgb(170,6,156); }
H1.HeaderClassName
{
color: #AA069C;
}
.AnyTagClassName
{
color: #AA069C;
}
</style>
background-color css
<style>
a { background-color: #AA069C; }
a { background-color: rgb(170,6,156); }
div.DivClassName
{
background-color: #AA069C;
}
.BgClassName
{
background-color: #AA069C;
}
</style>
border-color css
<style>
span { border-color: #AA069C; }
span { border-color: rgb(170,6,156); }
td.TdClassName
{
border-color: #AA069C;
}
.TagClassName
{
border-color: #AA069C;
}
</style>