Shades of Dark Magenta #A91FA3
Tints of Dark Magenta #A91FA3
RGB
CMYK
RGB Variations
Color information
#A91FA3 (or 0xA91FA3) is known color: Dark Magenta. HEX triplet: A9, 1F and A3. RGB value is (169,31,163). Sum of RGB (Red+Green+Blue) = 169+31+163=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A91FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91FA3 is #56E05C. Grayscale: #565656. Windows color (decimal): -5693533 or 10690473. OLE color: 10690473.
HSL color Cylindrical-coordinate representation of color #A91FA3: hue angle of 302.61º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91FA3 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 31 | 163 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.34 |
| HSL | 302.61º | 0.69% | 0.39% | - |
| HSV(B) | 302.61º | 0.82% | 0.66% | - |
| XYZ | 23.46 | 12.06 | 35.74 | - |
| YUV | 87.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 163 | 0 | 0.82 | 0.04 | 0.34 | 302.61 | 0.69 | 0.39 |
| Hex | A9 | 1F | A3 | 0 | 52 | 4 | 22 | 12F | 45 | 27 |
| Octal | 251 | 37 | 243 | 0 | 122 | 4 | 42 | 457 | 105 | 47 |
| Binary | 10101001 | 11111 | 10100011 | 0 | 1010010 | 100 | 100010 | 100101111 | 1000101 | 100111 |
Color Harmonies of #A91FA3
Complementary color
Monochromatic Colors of #A91FA3
Black with #A91FA3
Text Example
Text Example
White with #A91FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FA3; }
p { color: rgb(169,31,163); }
H1.HeaderClassName
{
color: #A91FA3;
}
.AnyTagClassName
{
color: #A91FA3;
}
</style>
background-color css
<style>
a { background-color: #A91FA3; }
a { background-color: rgb(169,31,163); }
div.DivClassName
{
background-color: #A91FA3;
}
.BgClassName
{
background-color: #A91FA3;
}
</style>
border-color css
<style>
span { border-color: #A91FA3; }
span { border-color: rgb(169,31,163); }
td.TdClassName
{
border-color: #A91FA3;
}
.TagClassName
{
border-color: #A91FA3;
}
</style>