Shades of Dark Magenta #A314AA
Tints of Dark Magenta #A314AA
RGB
CMYK
RGB Variations
Color information
#A314AA (or 0xA314AA) is known color: Dark Magenta. HEX triplet: A3, 14 and AA. RGB value is (163,20,170). Sum of RGB (Red+Green+Blue) = 163+20+170=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #A314AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A314AA is #5CEB55. Grayscale: #4F4F4F. Windows color (decimal): -6089558 or 11146403. OLE color: 11146403.
HSL color Cylindrical-coordinate representation of color #A314AA: hue angle of 297.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A314AA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 20 | 170 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.33 |
| HSL | 297.2º | 0.79% | 0.37% | - |
| HSV(B) | 297.2º | 0.88% | 0.67% | - |
| XYZ | 22.61 | 11.19 | 39 | - |
| YUV | 79.86 | 178.88 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 170 | 0.04 | 0.88 | 0 | 0.33 | 297.2 | 0.79 | 0.37 |
| Hex | A3 | 14 | AA | 4 | 58 | 0 | 21 | 129 | 4F | 25 |
| Octal | 243 | 24 | 252 | 4 | 130 | 0 | 41 | 451 | 117 | 45 |
| Binary | 10100011 | 10100 | 10101010 | 100 | 1011000 | 0 | 100001 | 100101001 | 1001111 | 100101 |
Color Harmonies of #A314AA
Complementary color
Monochromatic Colors of #A314AA
Black with #A314AA
Text Example
Text Example
White with #A314AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314AA; }
p { color: rgb(163,20,170); }
H1.HeaderClassName
{
color: #A314AA;
}
.AnyTagClassName
{
color: #A314AA;
}
</style>
background-color css
<style>
a { background-color: #A314AA; }
a { background-color: rgb(163,20,170); }
div.DivClassName
{
background-color: #A314AA;
}
.BgClassName
{
background-color: #A314AA;
}
</style>
border-color css
<style>
span { border-color: #A314AA; }
span { border-color: rgb(163,20,170); }
td.TdClassName
{
border-color: #A314AA;
}
.TagClassName
{
border-color: #A314AA;
}
</style>