Shades of Dark Magenta #A0069F
Tints of Dark Magenta #A0069F
RGB
CMYK
RGB Variations
Color information
#A0069F (or 0xA0069F) is known color: Dark Magenta. HEX triplet: A0, 06 and 9F. RGB value is (160,6,159). Sum of RGB (Red+Green+Blue) = 160+6+159=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0069F is #5FF960. Grayscale: #454545. Windows color (decimal): -6289761 or 10421920. OLE color: 10421920.
HSL color Cylindrical-coordinate representation of color #A0069F: hue angle of 300.39º 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 #A0069F is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 159 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.37 |
| HSL | 300.39º | 0.93% | 0.33% | - |
| HSV(B) | 300.39º | 0.96% | 0.63% | - |
| XYZ | 20.82 | 10.11 | 33.65 | - |
| YUV | 69.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 159 | 0 | 0.96 | 0.01 | 0.37 | 300.39 | 0.93 | 0.33 |
| Hex | A0 | 6 | 9F | 0 | 60 | 1 | 25 | 12C | 5D | 21 |
| Octal | 240 | 6 | 237 | 0 | 140 | 1 | 45 | 454 | 135 | 41 |
| Binary | 10100000 | 110 | 10011111 | 0 | 1100000 | 1 | 100101 | 100101100 | 1011101 | 100001 |
Color Harmonies of #A0069F
Complementary color
Monochromatic Colors of #A0069F
Black with #A0069F
Text Example
Text Example
White with #A0069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0069F; }
p { color: rgb(160,6,159); }
H1.HeaderClassName
{
color: #A0069F;
}
.AnyTagClassName
{
color: #A0069F;
}
</style>
background-color css
<style>
a { background-color: #A0069F; }
a { background-color: rgb(160,6,159); }
div.DivClassName
{
background-color: #A0069F;
}
.BgClassName
{
background-color: #A0069F;
}
</style>
border-color css
<style>
span { border-color: #A0069F; }
span { border-color: rgb(160,6,159); }
td.TdClassName
{
border-color: #A0069F;
}
.TagClassName
{
border-color: #A0069F;
}
</style>