Shades of Dark Magenta #A30DA5
Tints of Dark Magenta #A30DA5
RGB
CMYK
RGB Variations
Color information
#A30DA5 (or 0xA30DA5) is known color: Dark Magenta. HEX triplet: A3, 0D and A5. RGB value is (163,13,165). Sum of RGB (Red+Green+Blue) = 163+13+165=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #A30DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30DA5 is #5CF25A. Grayscale: #4A4A4A. Windows color (decimal): -6091355 or 10816931. OLE color: 10816931.
HSL color Cylindrical-coordinate representation of color #A30DA5: hue angle of 299.21º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30DA5 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 13 | 165 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.35 |
| HSL | 299.21º | 0.85% | 0.35% | - |
| HSV(B) | 299.21º | 0.92% | 0.65% | - |
| XYZ | 22.04 | 10.79 | 36.52 | - |
| YUV | 75.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 165 | 0.01 | 0.92 | 0 | 0.35 | 299.21 | 0.85 | 0.35 |
| Hex | A3 | D | A5 | 1 | 5C | 0 | 23 | 12B | 55 | 23 |
| Octal | 243 | 15 | 245 | 1 | 134 | 0 | 43 | 453 | 125 | 43 |
| Binary | 10100011 | 1101 | 10100101 | 1 | 1011100 | 0 | 100011 | 100101011 | 1010101 | 100011 |
Color Harmonies of #A30DA5
Complementary color
Monochromatic Colors of #A30DA5
Black with #A30DA5
Text Example
Text Example
White with #A30DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DA5; }
p { color: rgb(163,13,165); }
H1.HeaderClassName
{
color: #A30DA5;
}
.AnyTagClassName
{
color: #A30DA5;
}
</style>
background-color css
<style>
a { background-color: #A30DA5; }
a { background-color: rgb(163,13,165); }
div.DivClassName
{
background-color: #A30DA5;
}
.BgClassName
{
background-color: #A30DA5;
}
</style>
border-color css
<style>
span { border-color: #A30DA5; }
span { border-color: rgb(163,13,165); }
td.TdClassName
{
border-color: #A30DA5;
}
.TagClassName
{
border-color: #A30DA5;
}
</style>