Shades of Dark Magenta #A3088B
Tints of Dark Magenta #A3088B
RGB
CMYK
RGB Variations
Color information
#A3088B (or 0xA3088B) is known color: Dark Magenta. HEX triplet: A3, 08 and 8B. RGB value is (163,8,139). Sum of RGB (Red+Green+Blue) = 163+8+139=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3088B is #5CF774. Grayscale: #444444. Windows color (decimal): -6092661 or 9111715. OLE color: 9111715.
HSL color Cylindrical-coordinate representation of color #A3088B: hue angle of 309.29º 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 #A3088B is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 8 | 139 | - |
CMYK | 0 | 0.95 | 0.15 | 0.36 |
HSL | 309.29º | 0.91% | 0.34% | - |
HSV(B) | 309.29º | 0.95% | 0.64% | - |
XYZ | 19.85 | 9.82 | 25.28 | - |
YUV | 69.28 | 167.35 | 194.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 8 | 139 | 0 | 0.95 | 0.15 | 0.36 | 309.29 | 0.91 | 0.34 |
Hex | A3 | 8 | 8B | 0 | 5F | F | 24 | 135 | 5B | 22 |
Octal | 243 | 10 | 213 | 0 | 137 | 17 | 44 | 465 | 133 | 42 |
Binary | 10100011 | 1000 | 10001011 | 0 | 1011111 | 1111 | 100100 | 100110101 | 1011011 | 100010 |
Color Harmonies of #A3088B
Complementary color
Monochromatic Colors of #A3088B
Black with #A3088B
Text Example
Text Example
White with #A3088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3088B; }
p { color: rgb(163,8,139); }
H1.HeaderClassName
{
color: #A3088B;
}
.AnyTagClassName
{
color: #A3088B;
}
</style>
background-color css
<style>
a { background-color: #A3088B; }
a { background-color: rgb(163,8,139); }
div.DivClassName
{
background-color: #A3088B;
}
.BgClassName
{
background-color: #A3088B;
}
</style>
border-color css
<style>
span { border-color: #A3088B; }
span { border-color: rgb(163,8,139); }
td.TdClassName
{
border-color: #A3088B;
}
.TagClassName
{
border-color: #A3088B;
}
</style>