Shades of Dark Magenta #A61CA4
Tints of Dark Magenta #A61CA4
RGB
CMYK
RGB Variations
Color information
#A61CA4 (or 0xA61CA4) is known color: Dark Magenta. HEX triplet: A6, 1C and A4. RGB value is (166,28,164). Sum of RGB (Red+Green+Blue) = 166+28+164=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A61CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61CA4 is #59E35B. Grayscale: #545454. Windows color (decimal): -5890908 or 10755238. OLE color: 10755238.
HSL color Cylindrical-coordinate representation of color #A61CA4: hue angle of 300.87º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61CA4 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 164 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.35 |
| HSL | 300.87º | 0.71% | 0.38% | - |
| HSV(B) | 300.87º | 0.83% | 0.65% | - |
| XYZ | 22.84 | 11.62 | 36.16 | - |
| YUV | 84.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 164 | 0 | 0.83 | 0.01 | 0.35 | 300.87 | 0.71 | 0.38 |
| Hex | A6 | 1C | A4 | 0 | 53 | 1 | 23 | 12D | 47 | 26 |
| Octal | 246 | 34 | 244 | 0 | 123 | 1 | 43 | 455 | 107 | 46 |
| Binary | 10100110 | 11100 | 10100100 | 0 | 1010011 | 1 | 100011 | 100101101 | 1000111 | 100110 |
Color Harmonies of #A61CA4
Complementary color
Monochromatic Colors of #A61CA4
Black with #A61CA4
Text Example
Text Example
White with #A61CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CA4; }
p { color: rgb(166,28,164); }
H1.HeaderClassName
{
color: #A61CA4;
}
.AnyTagClassName
{
color: #A61CA4;
}
</style>
background-color css
<style>
a { background-color: #A61CA4; }
a { background-color: rgb(166,28,164); }
div.DivClassName
{
background-color: #A61CA4;
}
.BgClassName
{
background-color: #A61CA4;
}
</style>
border-color css
<style>
span { border-color: #A61CA4; }
span { border-color: rgb(166,28,164); }
td.TdClassName
{
border-color: #A61CA4;
}
.TagClassName
{
border-color: #A61CA4;
}
</style>