Shades of Dark Magenta #AA069B
Tints of Dark Magenta #AA069B
RGB
CMYK
RGB Variations
Color information
#AA069B (or 0xAA069B) is known color: Dark Magenta. HEX triplet: AA, 06 and 9B. RGB value is (170,6,155). Sum of RGB (Red+Green+Blue) = 170+6+155=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA069B is #55F964. Grayscale: #474747. Windows color (decimal): -5634405 or 10159786. OLE color: 10159786.
HSL color Cylindrical-coordinate representation of color #AA069B: hue angle of 305.49º 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 #AA069B is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 155 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.33 |
| HSL | 305.49º | 0.93% | 0.35% | - |
| HSV(B) | 305.49º | 0.96% | 0.67% | - |
| XYZ | 22.56 | 11.04 | 31.95 | - |
| YUV | 72.02 | 174.83 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 155 | 0 | 0.96 | 0.09 | 0.33 | 305.49 | 0.93 | 0.35 |
| Hex | AA | 6 | 9B | 0 | 60 | 9 | 21 | 131 | 5D | 23 |
| Octal | 252 | 6 | 233 | 0 | 140 | 11 | 41 | 461 | 135 | 43 |
| Binary | 10101010 | 110 | 10011011 | 0 | 1100000 | 1001 | 100001 | 100110001 | 1011101 | 100011 |
Color Harmonies of #AA069B
Complementary color
Monochromatic Colors of #AA069B
Black with #AA069B
Text Example
Text Example
White with #AA069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA069B; }
p { color: rgb(170,6,155); }
H1.HeaderClassName
{
color: #AA069B;
}
.AnyTagClassName
{
color: #AA069B;
}
</style>
background-color css
<style>
a { background-color: #AA069B; }
a { background-color: rgb(170,6,155); }
div.DivClassName
{
background-color: #AA069B;
}
.BgClassName
{
background-color: #AA069B;
}
</style>
border-color css
<style>
span { border-color: #AA069B; }
span { border-color: rgb(170,6,155); }
td.TdClassName
{
border-color: #AA069B;
}
.TagClassName
{
border-color: #AA069B;
}
</style>