Shades of Dark Magenta #A308A0
Tints of Dark Magenta #A308A0
RGB
CMYK
RGB Variations
Color information
#A308A0 (or 0xA308A0) is known color: Dark Magenta. HEX triplet: A3, 08 and A0. RGB value is (163,8,160). Sum of RGB (Red+Green+Blue) = 163+8+160=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A308A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A308A0 is #5CF75F. Grayscale: #474747. Windows color (decimal): -6092640 or 10487971. OLE color: 10487971.
HSL color Cylindrical-coordinate representation of color #A308A0: hue angle of 301.16º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A308A0 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 160 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.36 |
| HSL | 301.16º | 0.91% | 0.34% | - |
| HSV(B) | 301.16º | 0.95% | 0.64% | - |
| XYZ | 21.54 | 10.5 | 34.15 | - |
| YUV | 71.67 | 177.85 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 160 | 0 | 0.95 | 0.02 | 0.36 | 301.16 | 0.91 | 0.34 |
| Hex | A3 | 8 | A0 | 0 | 5F | 2 | 24 | 12D | 5B | 22 |
| Octal | 243 | 10 | 240 | 0 | 137 | 2 | 44 | 455 | 133 | 42 |
| Binary | 10100011 | 1000 | 10100000 | 0 | 1011111 | 10 | 100100 | 100101101 | 1011011 | 100010 |
Color Harmonies of #A308A0
Complementary color
Monochromatic Colors of #A308A0
Black with #A308A0
Text Example
Text Example
White with #A308A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308A0; }
p { color: rgb(163,8,160); }
H1.HeaderClassName
{
color: #A308A0;
}
.AnyTagClassName
{
color: #A308A0;
}
</style>
background-color css
<style>
a { background-color: #A308A0; }
a { background-color: rgb(163,8,160); }
div.DivClassName
{
background-color: #A308A0;
}
.BgClassName
{
background-color: #A308A0;
}
</style>
border-color css
<style>
span { border-color: #A308A0; }
span { border-color: rgb(163,8,160); }
td.TdClassName
{
border-color: #A308A0;
}
.TagClassName
{
border-color: #A308A0;
}
</style>