Shades of Dark Magenta #A61E9C
Tints of Dark Magenta #A61E9C
RGB
CMYK
RGB Variations
Color information
#A61E9C (or 0xA61E9C) is known color: Dark Magenta. HEX triplet: A6, 1E and 9C. RGB value is (166,30,156). Sum of RGB (Red+Green+Blue) = 166+30+156=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61E9C is #59E163. Grayscale: #545454. Windows color (decimal): -5890404 or 10231462. OLE color: 10231462.
HSL color Cylindrical-coordinate representation of color #A61E9C: hue angle of 304.41º 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 #A61E9C is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 156 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.35 |
| HSL | 304.41º | 0.69% | 0.38% | - |
| HSV(B) | 304.41º | 0.82% | 0.65% | - |
| XYZ | 22.19 | 11.44 | 32.49 | - |
| YUV | 85.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 156 | 0 | 0.82 | 0.06 | 0.35 | 304.41 | 0.69 | 0.38 |
| Hex | A6 | 1E | 9C | 0 | 52 | 6 | 23 | 130 | 45 | 26 |
| Octal | 246 | 36 | 234 | 0 | 122 | 6 | 43 | 460 | 105 | 46 |
| Binary | 10100110 | 11110 | 10011100 | 0 | 1010010 | 110 | 100011 | 100110000 | 1000101 | 100110 |
Color Harmonies of #A61E9C
Complementary color
Monochromatic Colors of #A61E9C
Black with #A61E9C
Text Example
Text Example
White with #A61E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E9C; }
p { color: rgb(166,30,156); }
H1.HeaderClassName
{
color: #A61E9C;
}
.AnyTagClassName
{
color: #A61E9C;
}
</style>
background-color css
<style>
a { background-color: #A61E9C; }
a { background-color: rgb(166,30,156); }
div.DivClassName
{
background-color: #A61E9C;
}
.BgClassName
{
background-color: #A61E9C;
}
</style>
border-color css
<style>
span { border-color: #A61E9C; }
span { border-color: rgb(166,30,156); }
td.TdClassName
{
border-color: #A61E9C;
}
.TagClassName
{
border-color: #A61E9C;
}
</style>