Shades of Dark Magenta #A30188
Tints of Dark Magenta #A30188
RGB
CMYK
RGB Variations
Color information
#A30188 (or 0xA30188) is known color: Dark Magenta. HEX triplet: A3, 01 and 88. RGB value is (163,1,136). Sum of RGB (Red+Green+Blue) = 163+1+136=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A30188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30188 is #5CFE77. Grayscale: #404040. Windows color (decimal): -6094456 or 8913315. OLE color: 8913315.
HSL color Cylindrical-coordinate representation of color #A30188: hue angle of 310º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30188 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.36 |
| HSL | 310º | 0.99% | 0.32% | - |
| HSV(B) | 310º | 0.99% | 0.64% | - |
| XYZ | 19.56 | 9.59 | 24.11 | - |
| YUV | 64.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 136 | 0 | 0.99 | 0.17 | 0.36 | 310 | 0.99 | 0.32 |
| Hex | A3 | 1 | 88 | 0 | 63 | 11 | 24 | 136 | 63 | 20 |
| Octal | 243 | 1 | 210 | 0 | 143 | 21 | 44 | 466 | 143 | 40 |
| Binary | 10100011 | 1 | 10001000 | 0 | 1100011 | 10001 | 100100 | 100110110 | 1100011 | 100000 |
Color Harmonies of #A30188
Complementary color
Monochromatic Colors of #A30188
Black with #A30188
Text Example
Text Example
White with #A30188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30188; }
p { color: rgb(163,1,136); }
H1.HeaderClassName
{
color: #A30188;
}
.AnyTagClassName
{
color: #A30188;
}
</style>
background-color css
<style>
a { background-color: #A30188; }
a { background-color: rgb(163,1,136); }
div.DivClassName
{
background-color: #A30188;
}
.BgClassName
{
background-color: #A30188;
}
</style>
border-color css
<style>
span { border-color: #A30188; }
span { border-color: rgb(163,1,136); }
td.TdClassName
{
border-color: #A30188;
}
.TagClassName
{
border-color: #A30188;
}
</style>