Shades of Dark Magenta #AA068F
Tints of Dark Magenta #AA068F
RGB
CMYK
RGB Variations
Color information
#AA068F (or 0xAA068F) is known color: Dark Magenta. HEX triplet: AA, 06 and 8F. RGB value is (170,6,143). Sum of RGB (Red+Green+Blue) = 170+6+143=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA068F is #55F970. Grayscale: #464646. Windows color (decimal): -5634417 or 9373354. OLE color: 9373354.
HSL color Cylindrical-coordinate representation of color #AA068F: hue angle of 309.88º 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 #AA068F is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 143 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.33 |
| HSL | 309.88º | 0.93% | 0.35% | - |
| HSV(B) | 309.88º | 0.96% | 0.67% | - |
| XYZ | 21.6 | 10.66 | 26.91 | - |
| YUV | 70.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 143 | 0 | 0.96 | 0.16 | 0.33 | 309.88 | 0.93 | 0.35 |
| Hex | AA | 6 | 8F | 0 | 60 | 10 | 21 | 136 | 5D | 23 |
| Octal | 252 | 6 | 217 | 0 | 140 | 20 | 41 | 466 | 135 | 43 |
| Binary | 10101010 | 110 | 10001111 | 0 | 1100000 | 10000 | 100001 | 100110110 | 1011101 | 100011 |
Color Harmonies of #AA068F
Complementary color
Monochromatic Colors of #AA068F
Black with #AA068F
Text Example
Text Example
White with #AA068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA068F; }
p { color: rgb(170,6,143); }
H1.HeaderClassName
{
color: #AA068F;
}
.AnyTagClassName
{
color: #AA068F;
}
</style>
background-color css
<style>
a { background-color: #AA068F; }
a { background-color: rgb(170,6,143); }
div.DivClassName
{
background-color: #AA068F;
}
.BgClassName
{
background-color: #AA068F;
}
</style>
border-color css
<style>
span { border-color: #AA068F; }
span { border-color: rgb(170,6,143); }
td.TdClassName
{
border-color: #AA068F;
}
.TagClassName
{
border-color: #AA068F;
}
</style>