Shades of Dark Magenta #A506A3
Tints of Dark Magenta #A506A3
RGB
CMYK
RGB Variations
Color information
#A506A3 (or 0xA506A3) is known color: Dark Magenta. HEX triplet: A5, 06 and A3. RGB value is (165,6,163). Sum of RGB (Red+Green+Blue) = 165+6+163=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A506A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A506A3 is #5AF95C. Grayscale: #464646. Windows color (decimal): -5962077 or 10684069. OLE color: 10684069.
HSL color Cylindrical-coordinate representation of color #A506A3: hue angle of 300.75º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A506A3 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 6 | 163 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.35 |
| HSL | 300.75º | 0.93% | 0.34% | - |
| HSV(B) | 300.75º | 0.96% | 0.65% | - |
| XYZ | 22.19 | 10.77 | 35.56 | - |
| YUV | 71.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 163 | 0 | 0.96 | 0.01 | 0.35 | 300.75 | 0.93 | 0.34 |
| Hex | A5 | 6 | A3 | 0 | 60 | 1 | 23 | 12D | 5D | 22 |
| Octal | 245 | 6 | 243 | 0 | 140 | 1 | 43 | 455 | 135 | 42 |
| Binary | 10100101 | 110 | 10100011 | 0 | 1100000 | 1 | 100011 | 100101101 | 1011101 | 100010 |
Color Harmonies of #A506A3
Complementary color
Monochromatic Colors of #A506A3
Black with #A506A3
Text Example
Text Example
White with #A506A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A506A3; }
p { color: rgb(165,6,163); }
H1.HeaderClassName
{
color: #A506A3;
}
.AnyTagClassName
{
color: #A506A3;
}
</style>
background-color css
<style>
a { background-color: #A506A3; }
a { background-color: rgb(165,6,163); }
div.DivClassName
{
background-color: #A506A3;
}
.BgClassName
{
background-color: #A506A3;
}
</style>
border-color css
<style>
span { border-color: #A506A3; }
span { border-color: rgb(165,6,163); }
td.TdClassName
{
border-color: #A506A3;
}
.TagClassName
{
border-color: #A506A3;
}
</style>