Shades of Dark Magenta #A00692
Tints of Dark Magenta #A00692
RGB
CMYK
RGB Variations
Color information
#A00692 (or 0xA00692) is known color: Dark Magenta. HEX triplet: A0, 06 and 92. RGB value is (160,6,146). Sum of RGB (Red+Green+Blue) = 160+6+146=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A00692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00692 is #5FF96D. Grayscale: #434343. Windows color (decimal): -6289774 or 9569952. OLE color: 9569952.
HSL color Cylindrical-coordinate representation of color #A00692: hue angle of 305.45º 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 #A00692 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 146 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.37 |
| HSL | 305.45º | 0.93% | 0.33% | - |
| HSV(B) | 305.45º | 0.96% | 0.63% | - |
| XYZ | 19.75 | 9.68 | 28.02 | - |
| YUV | 68.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 146 | 0 | 0.96 | 0.09 | 0.37 | 305.45 | 0.93 | 0.33 |
| Hex | A0 | 6 | 92 | 0 | 60 | 9 | 25 | 131 | 5D | 21 |
| Octal | 240 | 6 | 222 | 0 | 140 | 11 | 45 | 461 | 135 | 41 |
| Binary | 10100000 | 110 | 10010010 | 0 | 1100000 | 1001 | 100101 | 100110001 | 1011101 | 100001 |
Color Harmonies of #A00692
Complementary color
Monochromatic Colors of #A00692
Black with #A00692
Text Example
Text Example
White with #A00692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00692; }
p { color: rgb(160,6,146); }
H1.HeaderClassName
{
color: #A00692;
}
.AnyTagClassName
{
color: #A00692;
}
</style>
background-color css
<style>
a { background-color: #A00692; }
a { background-color: rgb(160,6,146); }
div.DivClassName
{
background-color: #A00692;
}
.BgClassName
{
background-color: #A00692;
}
</style>
border-color css
<style>
span { border-color: #A00692; }
span { border-color: rgb(160,6,146); }
td.TdClassName
{
border-color: #A00692;
}
.TagClassName
{
border-color: #A00692;
}
</style>