Shades of Dark Magenta #A0069B
Tints of Dark Magenta #A0069B
RGB
CMYK
RGB Variations
Color information
#A0069B (or 0xA0069B) is known color: Dark Magenta. HEX triplet: A0, 06 and 9B. RGB value is (160,6,155). Sum of RGB (Red+Green+Blue) = 160+6+155=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0069B is #5FF964. Grayscale: #444444. Windows color (decimal): -6289765 or 10159776. OLE color: 10159776.
HSL color Cylindrical-coordinate representation of color #A0069B: hue angle of 301.95º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0069B is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 155 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.37 |
| HSL | 301.95º | 0.93% | 0.33% | - |
| HSV(B) | 301.95º | 0.96% | 0.63% | - |
| XYZ | 20.48 | 9.97 | 31.86 | - |
| YUV | 69.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 155 | 0 | 0.96 | 0.03 | 0.37 | 301.95 | 0.93 | 0.33 |
| Hex | A0 | 6 | 9B | 0 | 60 | 3 | 25 | 12E | 5D | 21 |
| Octal | 240 | 6 | 233 | 0 | 140 | 3 | 45 | 456 | 135 | 41 |
| Binary | 10100000 | 110 | 10011011 | 0 | 1100000 | 11 | 100101 | 100101110 | 1011101 | 100001 |
Color Harmonies of #A0069B
Complementary color
Monochromatic Colors of #A0069B
Black with #A0069B
Text Example
Text Example
White with #A0069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0069B; }
p { color: rgb(160,6,155); }
H1.HeaderClassName
{
color: #A0069B;
}
.AnyTagClassName
{
color: #A0069B;
}
</style>
background-color css
<style>
a { background-color: #A0069B; }
a { background-color: rgb(160,6,155); }
div.DivClassName
{
background-color: #A0069B;
}
.BgClassName
{
background-color: #A0069B;
}
</style>
border-color css
<style>
span { border-color: #A0069B; }
span { border-color: rgb(160,6,155); }
td.TdClassName
{
border-color: #A0069B;
}
.TagClassName
{
border-color: #A0069B;
}
</style>