Shades of Dark Magenta #A30684
Tints of Dark Magenta #A30684
RGB
CMYK
RGB Variations
Color information
#A30684 (or 0xA30684) is known color: Dark Magenta. HEX triplet: A3, 06 and 84. RGB value is (163,6,132). Sum of RGB (Red+Green+Blue) = 163+6+132=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A30684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30684 is #5CF97B. Grayscale: #424242. Windows color (decimal): -6093180 or 8652451. OLE color: 8652451.
HSL color Cylindrical-coordinate representation of color #A30684: hue angle of 311.85º 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 #A30684 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 132 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.36 |
| HSL | 311.85º | 0.93% | 0.33% | - |
| HSV(B) | 311.85º | 0.96% | 0.64% | - |
| XYZ | 19.33 | 9.58 | 22.66 | - |
| YUV | 67.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 132 | 0 | 0.96 | 0.19 | 0.36 | 311.85 | 0.93 | 0.33 |
| Hex | A3 | 6 | 84 | 0 | 60 | 13 | 24 | 138 | 5D | 21 |
| Octal | 243 | 6 | 204 | 0 | 140 | 23 | 44 | 470 | 135 | 41 |
| Binary | 10100011 | 110 | 10000100 | 0 | 1100000 | 10011 | 100100 | 100111000 | 1011101 | 100001 |
Color Harmonies of #A30684
Complementary color
Monochromatic Colors of #A30684
Black with #A30684
Text Example
Text Example
White with #A30684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30684; }
p { color: rgb(163,6,132); }
H1.HeaderClassName
{
color: #A30684;
}
.AnyTagClassName
{
color: #A30684;
}
</style>
background-color css
<style>
a { background-color: #A30684; }
a { background-color: rgb(163,6,132); }
div.DivClassName
{
background-color: #A30684;
}
.BgClassName
{
background-color: #A30684;
}
</style>
border-color css
<style>
span { border-color: #A30684; }
span { border-color: rgb(163,6,132); }
td.TdClassName
{
border-color: #A30684;
}
.TagClassName
{
border-color: #A30684;
}
</style>