Shades of Dark Magenta #A305AC
Tints of Dark Magenta #A305AC
RGB
CMYK
RGB Variations
Color information
#A305AC (or 0xA305AC) is known color: Dark Magenta. HEX triplet: A3, 05 and AC. RGB value is (163,5,172). Sum of RGB (Red+Green+Blue) = 163+5+172=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #A305AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A305AC is #5CFA53. Grayscale: #464646. Windows color (decimal): -6093396 or 11273635. OLE color: 11273635.
HSL color Cylindrical-coordinate representation of color #A305AC: hue angle of 296.77º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305AC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 5 | 172 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.33 |
| HSL | 296.77º | 0.94% | 0.35% | - |
| HSV(B) | 296.77º | 0.97% | 0.67% | - |
| XYZ | 22.6 | 10.87 | 39.94 | - |
| YUV | 71.28 | 184.85 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 172 | 0.05 | 0.97 | 0 | 0.33 | 296.77 | 0.94 | 0.35 |
| Hex | A3 | 5 | AC | 5 | 61 | 0 | 21 | 129 | 5E | 23 |
| Octal | 243 | 5 | 254 | 5 | 141 | 0 | 41 | 451 | 136 | 43 |
| Binary | 10100011 | 101 | 10101100 | 101 | 1100001 | 0 | 100001 | 100101001 | 1011110 | 100011 |
Color Harmonies of #A305AC
Complementary color
Monochromatic Colors of #A305AC
Black with #A305AC
Text Example
Text Example
White with #A305AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305AC; }
p { color: rgb(163,5,172); }
H1.HeaderClassName
{
color: #A305AC;
}
.AnyTagClassName
{
color: #A305AC;
}
</style>
background-color css
<style>
a { background-color: #A305AC; }
a { background-color: rgb(163,5,172); }
div.DivClassName
{
background-color: #A305AC;
}
.BgClassName
{
background-color: #A305AC;
}
</style>
border-color css
<style>
span { border-color: #A305AC; }
span { border-color: rgb(163,5,172); }
td.TdClassName
{
border-color: #A305AC;
}
.TagClassName
{
border-color: #A305AC;
}
</style>