Shades of Dark Magenta #A30691
Tints of Dark Magenta #A30691
RGB
CMYK
RGB Variations
Color information
#A30691 (or 0xA30691) is known color: Dark Magenta. HEX triplet: A3, 06 and 91. RGB value is (163,6,145). Sum of RGB (Red+Green+Blue) = 163+6+145=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A30691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30691 is #5CF96E. Grayscale: #444444. Windows color (decimal): -6093167 or 9504419. OLE color: 9504419.
HSL color Cylindrical-coordinate representation of color #A30691: hue angle of 306.88º 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 #A30691 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 145 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.36 |
| HSL | 306.88º | 0.93% | 0.33% | - |
| HSV(B) | 306.88º | 0.96% | 0.64% | - |
| XYZ | 20.28 | 9.96 | 27.64 | - |
| YUV | 68.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 145 | 0 | 0.96 | 0.11 | 0.36 | 306.88 | 0.93 | 0.33 |
| Hex | A3 | 6 | 91 | 0 | 60 | B | 24 | 133 | 5D | 21 |
| Octal | 243 | 6 | 221 | 0 | 140 | 13 | 44 | 463 | 135 | 41 |
| Binary | 10100011 | 110 | 10010001 | 0 | 1100000 | 1011 | 100100 | 100110011 | 1011101 | 100001 |
Color Harmonies of #A30691
Complementary color
Monochromatic Colors of #A30691
Black with #A30691
Text Example
Text Example
White with #A30691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30691; }
p { color: rgb(163,6,145); }
H1.HeaderClassName
{
color: #A30691;
}
.AnyTagClassName
{
color: #A30691;
}
</style>
background-color css
<style>
a { background-color: #A30691; }
a { background-color: rgb(163,6,145); }
div.DivClassName
{
background-color: #A30691;
}
.BgClassName
{
background-color: #A30691;
}
</style>
border-color css
<style>
span { border-color: #A30691; }
span { border-color: rgb(163,6,145); }
td.TdClassName
{
border-color: #A30691;
}
.TagClassName
{
border-color: #A30691;
}
</style>