Shades of Dark Magenta #A305A4
Tints of Dark Magenta #A305A4
RGB
CMYK
RGB Variations
Color information
#A305A4 (or 0xA305A4) is known color: Dark Magenta. HEX triplet: A3, 05 and A4. RGB value is (163,5,164). Sum of RGB (Red+Green+Blue) = 163+5+164=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #A305A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A305A4 is #5CFA5B. Grayscale: #454545. Windows color (decimal): -6093404 or 10749347. OLE color: 10749347.
HSL color Cylindrical-coordinate representation of color #A305A4: hue angle of 299.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305A4 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 164 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.36 |
| HSL | 299.62º | 0.94% | 0.33% | - |
| HSV(B) | 299.62º | 0.97% | 0.64% | - |
| XYZ | 21.86 | 10.58 | 36.01 | - |
| YUV | 70.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 164 | 0.01 | 0.97 | 0 | 0.36 | 299.62 | 0.94 | 0.33 |
| Hex | A3 | 5 | A4 | 1 | 61 | 0 | 24 | 12C | 5E | 21 |
| Octal | 243 | 5 | 244 | 1 | 141 | 0 | 44 | 454 | 136 | 41 |
| Binary | 10100011 | 101 | 10100100 | 1 | 1100001 | 0 | 100100 | 100101100 | 1011110 | 100001 |
Color Harmonies of #A305A4
Complementary color
Monochromatic Colors of #A305A4
Black with #A305A4
Text Example
Text Example
White with #A305A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305A4; }
p { color: rgb(163,5,164); }
H1.HeaderClassName
{
color: #A305A4;
}
.AnyTagClassName
{
color: #A305A4;
}
</style>
background-color css
<style>
a { background-color: #A305A4; }
a { background-color: rgb(163,5,164); }
div.DivClassName
{
background-color: #A305A4;
}
.BgClassName
{
background-color: #A305A4;
}
</style>
border-color css
<style>
span { border-color: #A305A4; }
span { border-color: rgb(163,5,164); }
td.TdClassName
{
border-color: #A305A4;
}
.TagClassName
{
border-color: #A305A4;
}
</style>