Shades of Dark Magenta #A3088A
Tints of Dark Magenta #A3088A
RGB
CMYK
RGB Variations
Color information
#A3088A (or 0xA3088A) is known color: Dark Magenta. HEX triplet: A3, 08 and 8A. RGB value is (163,8,138). Sum of RGB (Red+Green+Blue) = 163+8+138=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3088A is #5CF775. Grayscale: #444444. Windows color (decimal): -6092662 or 9046179. OLE color: 9046179.
HSL color Cylindrical-coordinate representation of color #A3088A: hue angle of 309.68º 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 #A3088A is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 138 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.36 |
| HSL | 309.68º | 0.91% | 0.34% | - |
| HSV(B) | 309.68º | 0.95% | 0.64% | - |
| XYZ | 19.78 | 9.8 | 24.89 | - |
| YUV | 69.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 138 | 0 | 0.95 | 0.15 | 0.36 | 309.68 | 0.91 | 0.34 |
| Hex | A3 | 8 | 8A | 0 | 5F | F | 24 | 136 | 5B | 22 |
| Octal | 243 | 10 | 212 | 0 | 137 | 17 | 44 | 466 | 133 | 42 |
| Binary | 10100011 | 1000 | 10001010 | 0 | 1011111 | 1111 | 100100 | 100110110 | 1011011 | 100010 |
Color Harmonies of #A3088A
Complementary color
Monochromatic Colors of #A3088A
Black with #A3088A
Text Example
Text Example
White with #A3088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3088A; }
p { color: rgb(163,8,138); }
H1.HeaderClassName
{
color: #A3088A;
}
.AnyTagClassName
{
color: #A3088A;
}
</style>
background-color css
<style>
a { background-color: #A3088A; }
a { background-color: rgb(163,8,138); }
div.DivClassName
{
background-color: #A3088A;
}
.BgClassName
{
background-color: #A3088A;
}
</style>
border-color css
<style>
span { border-color: #A3088A; }
span { border-color: rgb(163,8,138); }
td.TdClassName
{
border-color: #A3088A;
}
.TagClassName
{
border-color: #A3088A;
}
</style>