Shades of Dark Magenta #AA018B
Tints of Dark Magenta #AA018B
RGB
CMYK
RGB Variations
Color information
#AA018B (or 0xAA018B) is known color: Dark Magenta. HEX triplet: AA, 01 and 8B. RGB value is (170,1,139). Sum of RGB (Red+Green+Blue) = 170+1+139=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA018B is #55FE74. Grayscale: #424242. Windows color (decimal): -5635701 or 9109930. OLE color: 9109930.
HSL color Cylindrical-coordinate representation of color #AA018B: hue angle of 311.01º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA018B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.33 |
| HSL | 311.01º | 0.99% | 0.34% | - |
| HSV(B) | 311.01º | 0.99% | 0.67% | - |
| XYZ | 21.25 | 10.43 | 25.32 | - |
| YUV | 67.26 | 168.49 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 139 | 0 | 0.99 | 0.18 | 0.33 | 311.01 | 0.99 | 0.34 |
| Hex | AA | 1 | 8B | 0 | 63 | 12 | 21 | 137 | 63 | 22 |
| Octal | 252 | 1 | 213 | 0 | 143 | 22 | 41 | 467 | 143 | 42 |
| Binary | 10101010 | 1 | 10001011 | 0 | 1100011 | 10010 | 100001 | 100110111 | 1100011 | 100010 |
Color Harmonies of #AA018B
Complementary color
Monochromatic Colors of #AA018B
Black with #AA018B
Text Example
Text Example
White with #AA018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA018B; }
p { color: rgb(170,1,139); }
H1.HeaderClassName
{
color: #AA018B;
}
.AnyTagClassName
{
color: #AA018B;
}
</style>
background-color css
<style>
a { background-color: #AA018B; }
a { background-color: rgb(170,1,139); }
div.DivClassName
{
background-color: #AA018B;
}
.BgClassName
{
background-color: #AA018B;
}
</style>
border-color css
<style>
span { border-color: #AA018B; }
span { border-color: rgb(170,1,139); }
td.TdClassName
{
border-color: #AA018B;
}
.TagClassName
{
border-color: #AA018B;
}
</style>