Shades of Dark Magenta #A10693
Tints of Dark Magenta #A10693
RGB
CMYK
RGB Variations
Color information
#A10693 (or 0xA10693) is known color: Dark Magenta. HEX triplet: A1, 06 and 93. RGB value is (161,6,147). Sum of RGB (Red+Green+Blue) = 161+6+147=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A10693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10693 is #5EF96C. Grayscale: #444444. Windows color (decimal): -6224237 or 9635489. OLE color: 9635489.
HSL color Cylindrical-coordinate representation of color #A10693: hue angle of 305.42º 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 #A10693 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 147 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.37 |
| HSL | 305.42º | 0.93% | 0.33% | - |
| HSV(B) | 305.42º | 0.96% | 0.63% | - |
| XYZ | 20.03 | 9.81 | 28.44 | - |
| YUV | 68.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 147 | 0 | 0.96 | 0.09 | 0.37 | 305.42 | 0.93 | 0.33 |
| Hex | A1 | 6 | 93 | 0 | 60 | 9 | 25 | 131 | 5D | 21 |
| Octal | 241 | 6 | 223 | 0 | 140 | 11 | 45 | 461 | 135 | 41 |
| Binary | 10100001 | 110 | 10010011 | 0 | 1100000 | 1001 | 100101 | 100110001 | 1011101 | 100001 |
Color Harmonies of #A10693
Complementary color
Monochromatic Colors of #A10693
Black with #A10693
Text Example
Text Example
White with #A10693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10693; }
p { color: rgb(161,6,147); }
H1.HeaderClassName
{
color: #A10693;
}
.AnyTagClassName
{
color: #A10693;
}
</style>
background-color css
<style>
a { background-color: #A10693; }
a { background-color: rgb(161,6,147); }
div.DivClassName
{
background-color: #A10693;
}
.BgClassName
{
background-color: #A10693;
}
</style>
border-color css
<style>
span { border-color: #A10693; }
span { border-color: rgb(161,6,147); }
td.TdClassName
{
border-color: #A10693;
}
.TagClassName
{
border-color: #A10693;
}
</style>