Shades of Dark Magenta #A505A6
Tints of Dark Magenta #A505A6
RGB
CMYK
RGB Variations
Color information
#A505A6 (or 0xA505A6) is known color: Dark Magenta. HEX triplet: A5, 05 and A6. RGB value is (165,5,166). Sum of RGB (Red+Green+Blue) = 165+5+166=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 166 - color contains mainly: blue. Hex color #A505A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A505A6 is #5AFA59. Grayscale: #464646. Windows color (decimal): -5962330 or 10880421. OLE color: 10880421.
HSL color Cylindrical-coordinate representation of color #A505A6: hue angle of 299.63º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A505A6 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 166 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.35 |
| HSL | 299.63º | 0.94% | 0.34% | - |
| HSV(B) | 299.63º | 0.97% | 0.65% | - |
| XYZ | 22.45 | 10.86 | 36.99 | - |
| YUV | 71.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 166 | 0.01 | 0.97 | 0 | 0.35 | 299.63 | 0.94 | 0.34 |
| Hex | A5 | 5 | A6 | 1 | 61 | 0 | 23 | 12C | 5E | 22 |
| Octal | 245 | 5 | 246 | 1 | 141 | 0 | 43 | 454 | 136 | 42 |
| Binary | 10100101 | 101 | 10100110 | 1 | 1100001 | 0 | 100011 | 100101100 | 1011110 | 100010 |
Color Harmonies of #A505A6
Complementary color
Monochromatic Colors of #A505A6
Black with #A505A6
Text Example
Text Example
White with #A505A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505A6; }
p { color: rgb(165,5,166); }
H1.HeaderClassName
{
color: #A505A6;
}
.AnyTagClassName
{
color: #A505A6;
}
</style>
background-color css
<style>
a { background-color: #A505A6; }
a { background-color: rgb(165,5,166); }
div.DivClassName
{
background-color: #A505A6;
}
.BgClassName
{
background-color: #A505A6;
}
</style>
border-color css
<style>
span { border-color: #A505A6; }
span { border-color: rgb(165,5,166); }
td.TdClassName
{
border-color: #A505A6;
}
.TagClassName
{
border-color: #A505A6;
}
</style>