Shades of Dark Magenta #A30896
Tints of Dark Magenta #A30896
RGB
CMYK
RGB Variations
Color information
#A30896 (or 0xA30896) is known color: Dark Magenta. HEX triplet: A3, 08 and 96. RGB value is (163,8,150). Sum of RGB (Red+Green+Blue) = 163+8+150=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A30896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30896 is #5CF769. Grayscale: #464646. Windows color (decimal): -6092650 or 9832611. OLE color: 9832611.
HSL color Cylindrical-coordinate representation of color #A30896: hue angle of 305.03º 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 #A30896 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 150 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.36 |
| HSL | 305.03º | 0.91% | 0.34% | - |
| HSV(B) | 305.03º | 0.95% | 0.64% | - |
| XYZ | 20.7 | 10.16 | 29.72 | - |
| YUV | 70.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 150 | 0 | 0.95 | 0.08 | 0.36 | 305.03 | 0.91 | 0.34 |
| Hex | A3 | 8 | 96 | 0 | 5F | 8 | 24 | 131 | 5B | 22 |
| Octal | 243 | 10 | 226 | 0 | 137 | 10 | 44 | 461 | 133 | 42 |
| Binary | 10100011 | 1000 | 10010110 | 0 | 1011111 | 1000 | 100100 | 100110001 | 1011011 | 100010 |
Color Harmonies of #A30896
Complementary color
Monochromatic Colors of #A30896
Black with #A30896
Text Example
Text Example
White with #A30896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30896; }
p { color: rgb(163,8,150); }
H1.HeaderClassName
{
color: #A30896;
}
.AnyTagClassName
{
color: #A30896;
}
</style>
background-color css
<style>
a { background-color: #A30896; }
a { background-color: rgb(163,8,150); }
div.DivClassName
{
background-color: #A30896;
}
.BgClassName
{
background-color: #A30896;
}
</style>
border-color css
<style>
span { border-color: #A30896; }
span { border-color: rgb(163,8,150); }
td.TdClassName
{
border-color: #A30896;
}
.TagClassName
{
border-color: #A30896;
}
</style>