Shades of Dark Magenta #A30BAB
Tints of Dark Magenta #A30BAB
RGB
CMYK
RGB Variations
Color information
#A30BAB (or 0xA30BAB) is known color: Dark Magenta. HEX triplet: A3, 0B and AB. RGB value is (163,11,171). Sum of RGB (Red+Green+Blue) = 163+11+171=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #A30BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30BAB is #5CF454. Grayscale: #4A4A4A. Windows color (decimal): -6091861 or 11209635. OLE color: 11209635.
HSL color Cylindrical-coordinate representation of color #A30BAB: hue angle of 297º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BAB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 11 | 171 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.33 |
| HSL | 297º | 0.88% | 0.36% | - |
| HSV(B) | 297º | 0.94% | 0.67% | - |
| XYZ | 22.57 | 10.97 | 39.45 | - |
| YUV | 74.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 171 | 0.05 | 0.94 | 0 | 0.33 | 297 | 0.88 | 0.36 |
| Hex | A3 | B | AB | 5 | 5E | 0 | 21 | 129 | 58 | 24 |
| Octal | 243 | 13 | 253 | 5 | 136 | 0 | 41 | 451 | 130 | 44 |
| Binary | 10100011 | 1011 | 10101011 | 101 | 1011110 | 0 | 100001 | 100101001 | 1011000 | 100100 |
Color Harmonies of #A30BAB
Complementary color
Monochromatic Colors of #A30BAB
Black with #A30BAB
Text Example
Text Example
White with #A30BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BAB; }
p { color: rgb(163,11,171); }
H1.HeaderClassName
{
color: #A30BAB;
}
.AnyTagClassName
{
color: #A30BAB;
}
</style>
background-color css
<style>
a { background-color: #A30BAB; }
a { background-color: rgb(163,11,171); }
div.DivClassName
{
background-color: #A30BAB;
}
.BgClassName
{
background-color: #A30BAB;
}
</style>
border-color css
<style>
span { border-color: #A30BAB; }
span { border-color: rgb(163,11,171); }
td.TdClassName
{
border-color: #A30BAB;
}
.TagClassName
{
border-color: #A30BAB;
}
</style>