Shades of Dark Magenta #A4069B
Tints of Dark Magenta #A4069B
RGB
CMYK
RGB Variations
Color information
#A4069B (or 0xA4069B) is known color: Dark Magenta. HEX triplet: A4, 06 and 9B. RGB value is (164,6,155). Sum of RGB (Red+Green+Blue) = 164+6+155=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4069B is #5BF964. Grayscale: #454545. Windows color (decimal): -6027621 or 10159780. OLE color: 10159780.
HSL color Cylindrical-coordinate representation of color #A4069B: hue angle of 303.42º 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 #A4069B is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 155 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.36 |
| HSL | 303.42º | 0.93% | 0.33% | - |
| HSV(B) | 303.42º | 0.96% | 0.64% | - |
| XYZ | 21.29 | 10.39 | 31.89 | - |
| YUV | 70.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 155 | 0 | 0.96 | 0.05 | 0.36 | 303.42 | 0.93 | 0.33 |
| Hex | A4 | 6 | 9B | 0 | 60 | 5 | 24 | 12F | 5D | 21 |
| Octal | 244 | 6 | 233 | 0 | 140 | 5 | 44 | 457 | 135 | 41 |
| Binary | 10100100 | 110 | 10011011 | 0 | 1100000 | 101 | 100100 | 100101111 | 1011101 | 100001 |
Color Harmonies of #A4069B
Complementary color
Monochromatic Colors of #A4069B
Black with #A4069B
Text Example
Text Example
White with #A4069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4069B; }
p { color: rgb(164,6,155); }
H1.HeaderClassName
{
color: #A4069B;
}
.AnyTagClassName
{
color: #A4069B;
}
</style>
background-color css
<style>
a { background-color: #A4069B; }
a { background-color: rgb(164,6,155); }
div.DivClassName
{
background-color: #A4069B;
}
.BgClassName
{
background-color: #A4069B;
}
</style>
border-color css
<style>
span { border-color: #A4069B; }
span { border-color: rgb(164,6,155); }
td.TdClassName
{
border-color: #A4069B;
}
.TagClassName
{
border-color: #A4069B;
}
</style>