Shades of Dark Magenta #A305AE
Tints of Dark Magenta #A305AE
RGB
CMYK
RGB Variations
Color information
#A305AE (or 0xA305AE) is known color: Dark Magenta. HEX triplet: A3, 05 and AE. RGB value is (163,5,174). Sum of RGB (Red+Green+Blue) = 163+5+174=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #A305AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A305AE is #5CFA51. Grayscale: #464646. Windows color (decimal): -6093394 or 11404707. OLE color: 11404707.
HSL color Cylindrical-coordinate representation of color #A305AE: hue angle of 296.09º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305AE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 5 | 174 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.32 |
| HSL | 296.09º | 0.94% | 0.35% | - |
| HSV(B) | 296.09º | 0.97% | 0.68% | - |
| XYZ | 22.8 | 10.95 | 40.96 | - |
| YUV | 71.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 174 | 0.06 | 0.97 | 0 | 0.32 | 296.09 | 0.94 | 0.35 |
| Hex | A3 | 5 | AE | 6 | 61 | 0 | 20 | 128 | 5E | 23 |
| Octal | 243 | 5 | 256 | 6 | 141 | 0 | 40 | 450 | 136 | 43 |
| Binary | 10100011 | 101 | 10101110 | 110 | 1100001 | 0 | 100000 | 100101000 | 1011110 | 100011 |
Color Harmonies of #A305AE
Complementary color
Monochromatic Colors of #A305AE
Black with #A305AE
Text Example
Text Example
White with #A305AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305AE; }
p { color: rgb(163,5,174); }
H1.HeaderClassName
{
color: #A305AE;
}
.AnyTagClassName
{
color: #A305AE;
}
</style>
background-color css
<style>
a { background-color: #A305AE; }
a { background-color: rgb(163,5,174); }
div.DivClassName
{
background-color: #A305AE;
}
.BgClassName
{
background-color: #A305AE;
}
</style>
border-color css
<style>
span { border-color: #A305AE; }
span { border-color: rgb(163,5,174); }
td.TdClassName
{
border-color: #A305AE;
}
.TagClassName
{
border-color: #A305AE;
}
</style>