Shades of Dark Magenta #A90CA5
Tints of Dark Magenta #A90CA5
RGB
CMYK
RGB Variations
Color information
#A90CA5 (or 0xA90CA5) is known color: Dark Magenta. HEX triplet: A9, 0C and A5. RGB value is (169,12,165). Sum of RGB (Red+Green+Blue) = 169+12+165=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A90CA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90CA5 is #56F35A. Grayscale: #4B4B4B. Windows color (decimal): -5698395 or 10816681. OLE color: 10816681.
HSL color Cylindrical-coordinate representation of color #A90CA5: hue angle of 301.53º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90CA5 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 165 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.34 |
| HSL | 301.53º | 0.87% | 0.35% | - |
| HSV(B) | 301.53º | 0.93% | 0.66% | - |
| XYZ | 23.29 | 11.41 | 36.57 | - |
| YUV | 76.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 165 | 0 | 0.93 | 0.02 | 0.34 | 301.53 | 0.87 | 0.35 |
| Hex | A9 | C | A5 | 0 | 5D | 2 | 22 | 12E | 57 | 23 |
| Octal | 251 | 14 | 245 | 0 | 135 | 2 | 42 | 456 | 127 | 43 |
| Binary | 10101001 | 1100 | 10100101 | 0 | 1011101 | 10 | 100010 | 100101110 | 1010111 | 100011 |
Color Harmonies of #A90CA5
Complementary color
Monochromatic Colors of #A90CA5
Black with #A90CA5
Text Example
Text Example
White with #A90CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CA5; }
p { color: rgb(169,12,165); }
H1.HeaderClassName
{
color: #A90CA5;
}
.AnyTagClassName
{
color: #A90CA5;
}
</style>
background-color css
<style>
a { background-color: #A90CA5; }
a { background-color: rgb(169,12,165); }
div.DivClassName
{
background-color: #A90CA5;
}
.BgClassName
{
background-color: #A90CA5;
}
</style>
border-color css
<style>
span { border-color: #A90CA5; }
span { border-color: rgb(169,12,165); }
td.TdClassName
{
border-color: #A90CA5;
}
.TagClassName
{
border-color: #A90CA5;
}
</style>