Shades of Dark Magenta #A30FAB
Tints of Dark Magenta #A30FAB
RGB
CMYK
RGB Variations
Color information
#A30FAB (or 0xA30FAB) is known color: Dark Magenta. HEX triplet: A3, 0F and AB. RGB value is (163,15,171). Sum of RGB (Red+Green+Blue) = 163+15+171=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #A30FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FAB is #5CF054. Grayscale: #4C4C4C. Windows color (decimal): -6090837 or 11210659. OLE color: 11210659.
HSL color Cylindrical-coordinate representation of color #A30FAB: hue angle of 296.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30FAB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 15 | 171 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.33 |
| HSL | 296.92º | 0.84% | 0.36% | - |
| HSV(B) | 296.92º | 0.91% | 0.67% | - |
| XYZ | 22.63 | 11.07 | 39.47 | - |
| YUV | 77.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 171 | 0.05 | 0.91 | 0 | 0.33 | 296.92 | 0.84 | 0.36 |
| Hex | A3 | F | AB | 5 | 5B | 0 | 21 | 129 | 54 | 24 |
| Octal | 243 | 17 | 253 | 5 | 133 | 0 | 41 | 451 | 124 | 44 |
| Binary | 10100011 | 1111 | 10101011 | 101 | 1011011 | 0 | 100001 | 100101001 | 1010100 | 100100 |
Color Harmonies of #A30FAB
Complementary color
Monochromatic Colors of #A30FAB
Black with #A30FAB
Text Example
Text Example
White with #A30FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FAB; }
p { color: rgb(163,15,171); }
H1.HeaderClassName
{
color: #A30FAB;
}
.AnyTagClassName
{
color: #A30FAB;
}
</style>
background-color css
<style>
a { background-color: #A30FAB; }
a { background-color: rgb(163,15,171); }
div.DivClassName
{
background-color: #A30FAB;
}
.BgClassName
{
background-color: #A30FAB;
}
</style>
border-color css
<style>
span { border-color: #A30FAB; }
span { border-color: rgb(163,15,171); }
td.TdClassName
{
border-color: #A30FAB;
}
.TagClassName
{
border-color: #A30FAB;
}
</style>