Shades of Dark Magenta #A3068A
Tints of Dark Magenta #A3068A
RGB
CMYK
RGB Variations
Color information
#A3068A (or 0xA3068A) is known color: Dark Magenta. HEX triplet: A3, 06 and 8A. RGB value is (163,6,138). Sum of RGB (Red+Green+Blue) = 163+6+138=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3068A is #5CF975. Grayscale: #434343. Windows color (decimal): -6093174 or 9045667. OLE color: 9045667.
HSL color Cylindrical-coordinate representation of color #A3068A: hue angle of 309.55º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3068A is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 138 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.36 |
| HSL | 309.55º | 0.93% | 0.33% | - |
| HSV(B) | 309.55º | 0.96% | 0.64% | - |
| XYZ | 19.76 | 9.75 | 24.89 | - |
| YUV | 67.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 138 | 0 | 0.96 | 0.15 | 0.36 | 309.55 | 0.93 | 0.33 |
| Hex | A3 | 6 | 8A | 0 | 60 | F | 24 | 136 | 5D | 21 |
| Octal | 243 | 6 | 212 | 0 | 140 | 17 | 44 | 466 | 135 | 41 |
| Binary | 10100011 | 110 | 10001010 | 0 | 1100000 | 1111 | 100100 | 100110110 | 1011101 | 100001 |
Color Harmonies of #A3068A
Complementary color
Monochromatic Colors of #A3068A
Black with #A3068A
Text Example
Text Example
White with #A3068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3068A; }
p { color: rgb(163,6,138); }
H1.HeaderClassName
{
color: #A3068A;
}
.AnyTagClassName
{
color: #A3068A;
}
</style>
background-color css
<style>
a { background-color: #A3068A; }
a { background-color: rgb(163,6,138); }
div.DivClassName
{
background-color: #A3068A;
}
.BgClassName
{
background-color: #A3068A;
}
</style>
border-color css
<style>
span { border-color: #A3068A; }
span { border-color: rgb(163,6,138); }
td.TdClassName
{
border-color: #A3068A;
}
.TagClassName
{
border-color: #A3068A;
}
</style>