Shades of Dark Magenta #A619AA
Tints of Dark Magenta #A619AA
RGB
CMYK
RGB Variations
Color information
#A619AA (or 0xA619AA) is known color: Dark Magenta. HEX triplet: A6, 19 and AA. RGB value is (166,25,170). Sum of RGB (Red+Green+Blue) = 166+25+170=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #A619AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A619AA is #59E655. Grayscale: #535353. Windows color (decimal): -5891670 or 11147686. OLE color: 11147686.
HSL color Cylindrical-coordinate representation of color #A619AA: hue angle of 298.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A619AA is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 25 | 170 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.33 |
| HSL | 298.34º | 0.74% | 0.38% | - |
| HSV(B) | 298.34º | 0.85% | 0.67% | - |
| XYZ | 23.33 | 11.7 | 39.06 | - |
| YUV | 83.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 170 | 0.02 | 0.85 | 0 | 0.33 | 298.34 | 0.74 | 0.38 |
| Hex | A6 | 19 | AA | 2 | 55 | 0 | 21 | 12A | 4A | 26 |
| Octal | 246 | 31 | 252 | 2 | 125 | 0 | 41 | 452 | 112 | 46 |
| Binary | 10100110 | 11001 | 10101010 | 10 | 1010101 | 0 | 100001 | 100101010 | 1001010 | 100110 |
Color Harmonies of #A619AA
Complementary color
Monochromatic Colors of #A619AA
Black with #A619AA
Text Example
Text Example
White with #A619AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619AA; }
p { color: rgb(166,25,170); }
H1.HeaderClassName
{
color: #A619AA;
}
.AnyTagClassName
{
color: #A619AA;
}
</style>
background-color css
<style>
a { background-color: #A619AA; }
a { background-color: rgb(166,25,170); }
div.DivClassName
{
background-color: #A619AA;
}
.BgClassName
{
background-color: #A619AA;
}
</style>
border-color css
<style>
span { border-color: #A619AA; }
span { border-color: rgb(166,25,170); }
td.TdClassName
{
border-color: #A619AA;
}
.TagClassName
{
border-color: #A619AA;
}
</style>