Shades of Dark Magenta #A91FA2
Tints of Dark Magenta #A91FA2
RGB
CMYK
RGB Variations
Color information
#A91FA2 (or 0xA91FA2) is known color: Dark Magenta. HEX triplet: A9, 1F and A2. RGB value is (169,31,162). Sum of RGB (Red+Green+Blue) = 169+31+162=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A91FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91FA2 is #56E05D. Grayscale: #565656. Windows color (decimal): -5693534 or 10624937. OLE color: 10624937.
HSL color Cylindrical-coordinate representation of color #A91FA2: hue angle of 303.04º 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 #A91FA2 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 31 | 162 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.34 |
| HSL | 303.04º | 0.69% | 0.39% | - |
| HSV(B) | 303.04º | 0.82% | 0.66% | - |
| XYZ | 23.37 | 12.02 | 35.27 | - |
| YUV | 87.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 162 | 0 | 0.82 | 0.04 | 0.34 | 303.04 | 0.69 | 0.39 |
| Hex | A9 | 1F | A2 | 0 | 52 | 4 | 22 | 12F | 45 | 27 |
| Octal | 251 | 37 | 242 | 0 | 122 | 4 | 42 | 457 | 105 | 47 |
| Binary | 10101001 | 11111 | 10100010 | 0 | 1010010 | 100 | 100010 | 100101111 | 1000101 | 100111 |
Color Harmonies of #A91FA2
Complementary color
Monochromatic Colors of #A91FA2
Black with #A91FA2
Text Example
Text Example
White with #A91FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FA2; }
p { color: rgb(169,31,162); }
H1.HeaderClassName
{
color: #A91FA2;
}
.AnyTagClassName
{
color: #A91FA2;
}
</style>
background-color css
<style>
a { background-color: #A91FA2; }
a { background-color: rgb(169,31,162); }
div.DivClassName
{
background-color: #A91FA2;
}
.BgClassName
{
background-color: #A91FA2;
}
</style>
border-color css
<style>
span { border-color: #A91FA2; }
span { border-color: rgb(169,31,162); }
td.TdClassName
{
border-color: #A91FA2;
}
.TagClassName
{
border-color: #A91FA2;
}
</style>