Shades of Dark Magenta #A91CA2
Tints of Dark Magenta #A91CA2
RGB
CMYK
RGB Variations
Color information
#A91CA2 (or 0xA91CA2) is known color: Dark Magenta. HEX triplet: A9, 1C and A2. RGB value is (169,28,162). Sum of RGB (Red+Green+Blue) = 169+28+162=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A91CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91CA2 is #56E35D. Grayscale: #555555. Windows color (decimal): -5694302 or 10624169. OLE color: 10624169.
HSL color Cylindrical-coordinate representation of color #A91CA2: hue angle of 302.98º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91CA2 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 28 | 162 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.34 |
| HSL | 302.98º | 0.72% | 0.39% | - |
| HSV(B) | 302.98º | 0.83% | 0.66% | - |
| XYZ | 23.3 | 11.87 | 35.25 | - |
| YUV | 85.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 162 | 0 | 0.83 | 0.04 | 0.34 | 302.98 | 0.72 | 0.39 |
| Hex | A9 | 1C | A2 | 0 | 53 | 4 | 22 | 12F | 48 | 27 |
| Octal | 251 | 34 | 242 | 0 | 123 | 4 | 42 | 457 | 110 | 47 |
| Binary | 10101001 | 11100 | 10100010 | 0 | 1010011 | 100 | 100010 | 100101111 | 1001000 | 100111 |
Color Harmonies of #A91CA2
Complementary color
Monochromatic Colors of #A91CA2
Black with #A91CA2
Text Example
Text Example
White with #A91CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CA2; }
p { color: rgb(169,28,162); }
H1.HeaderClassName
{
color: #A91CA2;
}
.AnyTagClassName
{
color: #A91CA2;
}
</style>
background-color css
<style>
a { background-color: #A91CA2; }
a { background-color: rgb(169,28,162); }
div.DivClassName
{
background-color: #A91CA2;
}
.BgClassName
{
background-color: #A91CA2;
}
</style>
border-color css
<style>
span { border-color: #A91CA2; }
span { border-color: rgb(169,28,162); }
td.TdClassName
{
border-color: #A91CA2;
}
.TagClassName
{
border-color: #A91CA2;
}
</style>