Shades of Dark Magenta #A4068B
Tints of Dark Magenta #A4068B
RGB
CMYK
RGB Variations
Color information
#A4068B (or 0xA4068B) is known color: Dark Magenta. HEX triplet: A4, 06 and 8B. RGB value is (164,6,139). Sum of RGB (Red+Green+Blue) = 164+6+139=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4068B is #5BF974. Grayscale: #444444. Windows color (decimal): -6027637 or 9111204. OLE color: 9111204.
HSL color Cylindrical-coordinate representation of color #A4068B: hue angle of 309.49º 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 #A4068B is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 139 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.36 |
| HSL | 309.49º | 0.93% | 0.33% | - |
| HSV(B) | 309.49º | 0.96% | 0.64% | - |
| XYZ | 20.04 | 9.89 | 25.28 | - |
| YUV | 68.4 | 167.85 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 139 | 0 | 0.96 | 0.15 | 0.36 | 309.49 | 0.93 | 0.33 |
| Hex | A4 | 6 | 8B | 0 | 60 | F | 24 | 135 | 5D | 21 |
| Octal | 244 | 6 | 213 | 0 | 140 | 17 | 44 | 465 | 135 | 41 |
| Binary | 10100100 | 110 | 10001011 | 0 | 1100000 | 1111 | 100100 | 100110101 | 1011101 | 100001 |
Color Harmonies of #A4068B
Complementary color
Monochromatic Colors of #A4068B
Black with #A4068B
Text Example
Text Example
White with #A4068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4068B; }
p { color: rgb(164,6,139); }
H1.HeaderClassName
{
color: #A4068B;
}
.AnyTagClassName
{
color: #A4068B;
}
</style>
background-color css
<style>
a { background-color: #A4068B; }
a { background-color: rgb(164,6,139); }
div.DivClassName
{
background-color: #A4068B;
}
.BgClassName
{
background-color: #A4068B;
}
</style>
border-color css
<style>
span { border-color: #A4068B; }
span { border-color: rgb(164,6,139); }
td.TdClassName
{
border-color: #A4068B;
}
.TagClassName
{
border-color: #A4068B;
}
</style>