Shades of Dark Magenta #A4068A
Tints of Dark Magenta #A4068A
RGB
CMYK
RGB Variations
Color information
#A4068A (or 0xA4068A) is known color: Dark Magenta. HEX triplet: A4, 06 and 8A. RGB value is (164,6,138). Sum of RGB (Red+Green+Blue) = 164+6+138=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4068A is #5BF975. Grayscale: #434343. Windows color (decimal): -6027638 or 9045668. OLE color: 9045668.
HSL color Cylindrical-coordinate representation of color #A4068A: hue angle of 309.87º 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 #A4068A is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 138 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.36 |
| HSL | 309.87º | 0.93% | 0.33% | - |
| HSV(B) | 309.87º | 0.96% | 0.64% | - |
| XYZ | 19.96 | 9.86 | 24.9 | - |
| YUV | 68.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 138 | 0 | 0.96 | 0.16 | 0.36 | 309.87 | 0.93 | 0.33 |
| Hex | A4 | 6 | 8A | 0 | 60 | 10 | 24 | 136 | 5D | 21 |
| Octal | 244 | 6 | 212 | 0 | 140 | 20 | 44 | 466 | 135 | 41 |
| Binary | 10100100 | 110 | 10001010 | 0 | 1100000 | 10000 | 100100 | 100110110 | 1011101 | 100001 |
Color Harmonies of #A4068A
Complementary color
Monochromatic Colors of #A4068A
Black with #A4068A
Text Example
Text Example
White with #A4068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4068A; }
p { color: rgb(164,6,138); }
H1.HeaderClassName
{
color: #A4068A;
}
.AnyTagClassName
{
color: #A4068A;
}
</style>
background-color css
<style>
a { background-color: #A4068A; }
a { background-color: rgb(164,6,138); }
div.DivClassName
{
background-color: #A4068A;
}
.BgClassName
{
background-color: #A4068A;
}
</style>
border-color css
<style>
span { border-color: #A4068A; }
span { border-color: rgb(164,6,138); }
td.TdClassName
{
border-color: #A4068A;
}
.TagClassName
{
border-color: #A4068A;
}
</style>