Shades of Dark Magenta #A61E9A
Tints of Dark Magenta #A61E9A
RGB
CMYK
RGB Variations
Color information
#A61E9A (or 0xA61E9A) is known color: Dark Magenta. HEX triplet: A6, 1E and 9A. RGB value is (166,30,154). Sum of RGB (Red+Green+Blue) = 166+30+154=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61E9A is #59E165. Grayscale: #545454. Windows color (decimal): -5890406 or 10100390. OLE color: 10100390.
HSL color Cylindrical-coordinate representation of color #A61E9A: hue angle of 305.29º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E9A is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 154 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.35 |
| HSL | 305.29º | 0.69% | 0.38% | - |
| HSV(B) | 305.29º | 0.82% | 0.65% | - |
| XYZ | 22.02 | 11.37 | 31.61 | - |
| YUV | 84.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 154 | 0 | 0.82 | 0.07 | 0.35 | 305.29 | 0.69 | 0.38 |
| Hex | A6 | 1E | 9A | 0 | 52 | 7 | 23 | 131 | 45 | 26 |
| Octal | 246 | 36 | 232 | 0 | 122 | 7 | 43 | 461 | 105 | 46 |
| Binary | 10100110 | 11110 | 10011010 | 0 | 1010010 | 111 | 100011 | 100110001 | 1000101 | 100110 |
Color Harmonies of #A61E9A
Complementary color
Monochromatic Colors of #A61E9A
Black with #A61E9A
Text Example
Text Example
White with #A61E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E9A; }
p { color: rgb(166,30,154); }
H1.HeaderClassName
{
color: #A61E9A;
}
.AnyTagClassName
{
color: #A61E9A;
}
</style>
background-color css
<style>
a { background-color: #A61E9A; }
a { background-color: rgb(166,30,154); }
div.DivClassName
{
background-color: #A61E9A;
}
.BgClassName
{
background-color: #A61E9A;
}
</style>
border-color css
<style>
span { border-color: #A61E9A; }
span { border-color: rgb(166,30,154); }
td.TdClassName
{
border-color: #A61E9A;
}
.TagClassName
{
border-color: #A61E9A;
}
</style>