Shades of Dark Magenta #A1068B
Tints of Dark Magenta #A1068B
RGB
CMYK
RGB Variations
Color information
#A1068B (or 0xA1068B) is known color: Dark Magenta. HEX triplet: A1, 06 and 8B. RGB value is (161,6,139). Sum of RGB (Red+Green+Blue) = 161+6+139=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1068B is #5EF974. Grayscale: #434343. Windows color (decimal): -6224245 or 9111201. OLE color: 9111201.
HSL color Cylindrical-coordinate representation of color #A1068B: hue angle of 308.52º 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 #A1068B is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 139 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.37 |
| HSL | 308.52º | 0.93% | 0.33% | - |
| HSV(B) | 308.52º | 0.96% | 0.63% | - |
| XYZ | 19.42 | 9.57 | 25.25 | - |
| YUV | 67.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 139 | 0 | 0.96 | 0.14 | 0.37 | 308.52 | 0.93 | 0.33 |
| Hex | A1 | 6 | 8B | 0 | 60 | E | 25 | 135 | 5D | 21 |
| Octal | 241 | 6 | 213 | 0 | 140 | 16 | 45 | 465 | 135 | 41 |
| Binary | 10100001 | 110 | 10001011 | 0 | 1100000 | 1110 | 100101 | 100110101 | 1011101 | 100001 |
Color Harmonies of #A1068B
Complementary color
Monochromatic Colors of #A1068B
Black with #A1068B
Text Example
Text Example
White with #A1068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1068B; }
p { color: rgb(161,6,139); }
H1.HeaderClassName
{
color: #A1068B;
}
.AnyTagClassName
{
color: #A1068B;
}
</style>
background-color css
<style>
a { background-color: #A1068B; }
a { background-color: rgb(161,6,139); }
div.DivClassName
{
background-color: #A1068B;
}
.BgClassName
{
background-color: #A1068B;
}
</style>
border-color css
<style>
span { border-color: #A1068B; }
span { border-color: rgb(161,6,139); }
td.TdClassName
{
border-color: #A1068B;
}
.TagClassName
{
border-color: #A1068B;
}
</style>