Shades of Dark Magenta #A619AB
Tints of Dark Magenta #A619AB
RGB
CMYK
RGB Variations
Color information
#A619AB (or 0xA619AB) is known color: Dark Magenta. HEX triplet: A6, 19 and AB. RGB value is (166,25,171). Sum of RGB (Red+Green+Blue) = 166+25+171=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #A619AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A619AB is #59E654. Grayscale: #535353. Windows color (decimal): -5891669 or 11213222. OLE color: 11213222.
HSL color Cylindrical-coordinate representation of color #A619AB: hue angle of 297.95º 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 #A619AB is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 25 | 171 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.33 |
| HSL | 297.95º | 0.74% | 0.38% | - |
| HSV(B) | 297.95º | 0.85% | 0.67% | - |
| XYZ | 23.42 | 11.74 | 39.56 | - |
| YUV | 83.8 | 177.21 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 171 | 0.03 | 0.85 | 0 | 0.33 | 297.95 | 0.74 | 0.38 |
| Hex | A6 | 19 | AB | 3 | 55 | 0 | 21 | 12A | 4A | 26 |
| Octal | 246 | 31 | 253 | 3 | 125 | 0 | 41 | 452 | 112 | 46 |
| Binary | 10100110 | 11001 | 10101011 | 11 | 1010101 | 0 | 100001 | 100101010 | 1001010 | 100110 |
Color Harmonies of #A619AB
Complementary color
Monochromatic Colors of #A619AB
Black with #A619AB
Text Example
Text Example
White with #A619AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619AB; }
p { color: rgb(166,25,171); }
H1.HeaderClassName
{
color: #A619AB;
}
.AnyTagClassName
{
color: #A619AB;
}
</style>
background-color css
<style>
a { background-color: #A619AB; }
a { background-color: rgb(166,25,171); }
div.DivClassName
{
background-color: #A619AB;
}
.BgClassName
{
background-color: #A619AB;
}
</style>
border-color css
<style>
span { border-color: #A619AB; }
span { border-color: rgb(166,25,171); }
td.TdClassName
{
border-color: #A619AB;
}
.TagClassName
{
border-color: #A619AB;
}
</style>