Shades of Dark Magenta #A20384
Tints of Dark Magenta #A20384
RGB
CMYK
RGB Variations
Color information
#A20384 (or 0xA20384) is known color: Dark Magenta. HEX triplet: A2, 03 and 84. RGB value is (162,3,132). Sum of RGB (Red+Green+Blue) = 162+3+132=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A20384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20384 is #5DFC7B. Grayscale: #404040. Windows color (decimal): -6159484 or 8651682. OLE color: 8651682.
HSL color Cylindrical-coordinate representation of color #A20384: hue angle of 311.32º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20384 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.36 |
| HSL | 311.32º | 0.96% | 0.32% | - |
| HSV(B) | 311.32º | 0.98% | 0.64% | - |
| XYZ | 19.1 | 9.41 | 22.64 | - |
| YUV | 65.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 132 | 0 | 0.98 | 0.19 | 0.36 | 311.32 | 0.96 | 0.32 |
| Hex | A2 | 3 | 84 | 0 | 62 | 13 | 24 | 137 | 60 | 20 |
| Octal | 242 | 3 | 204 | 0 | 142 | 23 | 44 | 467 | 140 | 40 |
| Binary | 10100010 | 11 | 10000100 | 0 | 1100010 | 10011 | 100100 | 100110111 | 1100000 | 100000 |
Color Harmonies of #A20384
Complementary color
Monochromatic Colors of #A20384
Black with #A20384
Text Example
Text Example
White with #A20384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20384; }
p { color: rgb(162,3,132); }
H1.HeaderClassName
{
color: #A20384;
}
.AnyTagClassName
{
color: #A20384;
}
</style>
background-color css
<style>
a { background-color: #A20384; }
a { background-color: rgb(162,3,132); }
div.DivClassName
{
background-color: #A20384;
}
.BgClassName
{
background-color: #A20384;
}
</style>
border-color css
<style>
span { border-color: #A20384; }
span { border-color: rgb(162,3,132); }
td.TdClassName
{
border-color: #A20384;
}
.TagClassName
{
border-color: #A20384;
}
</style>