Shades of Dark Magenta #A30090
Tints of Dark Magenta #A30090
RGB
CMYK
RGB Variations
Color information
#A30090 (or 0xA30090) is known color: Dark Magenta. HEX triplet: A3, 00 and 90. RGB value is (163,0,144). Sum of RGB (Red+Green+Blue) = 163+0+144=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A30090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30090 is #5CFF6F. Grayscale: #404040. Windows color (decimal): -6094704 or 9437347. OLE color: 9437347.
HSL color Cylindrical-coordinate representation of color #A30090: hue angle of 306.99º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30090 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.12 | 0.36 |
| HSL | 306.99º | 1% | 0.32% | - |
| HSV(B) | 306.99º | 1% | 0.64% | - |
| XYZ | 20.14 | 9.8 | 27.22 | - |
| YUV | 65.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 144 | 0 | 1 | 0.12 | 0.36 | 306.99 | 1 | 0.32 |
| Hex | A3 | 0 | 90 | 0 | 64 | C | 24 | 133 | 64 | 20 |
| Octal | 243 | 0 | 220 | 0 | 144 | 14 | 44 | 463 | 144 | 40 |
| Binary | 10100011 | 0 | 10010000 | 0 | 1100100 | 1100 | 100100 | 100110011 | 1100100 | 100000 |
Color Harmonies of #A30090
Complementary color
Monochromatic Colors of #A30090
Black with #A30090
Text Example
Text Example
White with #A30090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30090; }
p { color: rgb(163,0,144); }
H1.HeaderClassName
{
color: #A30090;
}
.AnyTagClassName
{
color: #A30090;
}
</style>
background-color css
<style>
a { background-color: #A30090; }
a { background-color: rgb(163,0,144); }
div.DivClassName
{
background-color: #A30090;
}
.BgClassName
{
background-color: #A30090;
}
</style>
border-color css
<style>
span { border-color: #A30090; }
span { border-color: rgb(163,0,144); }
td.TdClassName
{
border-color: #A30090;
}
.TagClassName
{
border-color: #A30090;
}
</style>