Shades of Dark Magenta #A30699
Tints of Dark Magenta #A30699
RGB
CMYK
RGB Variations
Color information
#A30699 (or 0xA30699) is known color: Dark Magenta. HEX triplet: A3, 06 and 99. RGB value is (163,6,153). Sum of RGB (Red+Green+Blue) = 163+6+153=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A30699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30699 is #5CF966. Grayscale: #454545. Windows color (decimal): -6093159 or 10028707. OLE color: 10028707.
HSL color Cylindrical-coordinate representation of color #A30699: hue angle of 303.82º 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 #A30699 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 153 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.36 |
| HSL | 303.82º | 0.93% | 0.33% | - |
| HSV(B) | 303.82º | 0.96% | 0.64% | - |
| XYZ | 20.92 | 10.22 | 31.01 | - |
| YUV | 69.7 | 175.01 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 153 | 0 | 0.96 | 0.06 | 0.36 | 303.82 | 0.93 | 0.33 |
| Hex | A3 | 6 | 99 | 0 | 60 | 6 | 24 | 130 | 5D | 21 |
| Octal | 243 | 6 | 231 | 0 | 140 | 6 | 44 | 460 | 135 | 41 |
| Binary | 10100011 | 110 | 10011001 | 0 | 1100000 | 110 | 100100 | 100110000 | 1011101 | 100001 |
Color Harmonies of #A30699
Complementary color
Monochromatic Colors of #A30699
Black with #A30699
Text Example
Text Example
White with #A30699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30699; }
p { color: rgb(163,6,153); }
H1.HeaderClassName
{
color: #A30699;
}
.AnyTagClassName
{
color: #A30699;
}
</style>
background-color css
<style>
a { background-color: #A30699; }
a { background-color: rgb(163,6,153); }
div.DivClassName
{
background-color: #A30699;
}
.BgClassName
{
background-color: #A30699;
}
</style>
border-color css
<style>
span { border-color: #A30699; }
span { border-color: rgb(163,6,153); }
td.TdClassName
{
border-color: #A30699;
}
.TagClassName
{
border-color: #A30699;
}
</style>