Shades of Dark Magenta #A81CA9
Tints of Dark Magenta #A81CA9
RGB
CMYK
RGB Variations
Color information
#A81CA9 (or 0xA81CA9) is known color: Dark Magenta. HEX triplet: A8, 1C and A9. RGB value is (168,28,169). Sum of RGB (Red+Green+Blue) = 168+28+169=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #A81CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81CA9 is #57E356. Grayscale: #555555. Windows color (decimal): -5759831 or 11082920. OLE color: 11082920.
HSL color Cylindrical-coordinate representation of color #A81CA9: hue angle of 299.57º 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 #A81CA9 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 169 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.34 |
| HSL | 299.57º | 0.72% | 0.39% | - |
| HSV(B) | 299.57º | 0.83% | 0.66% | - |
| XYZ | 23.73 | 12.02 | 38.61 | - |
| YUV | 85.93 | 174.88 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 169 | 0.01 | 0.83 | 0 | 0.34 | 299.57 | 0.72 | 0.39 |
| Hex | A8 | 1C | A9 | 1 | 53 | 0 | 22 | 12C | 48 | 27 |
| Octal | 250 | 34 | 251 | 1 | 123 | 0 | 42 | 454 | 110 | 47 |
| Binary | 10101000 | 11100 | 10101001 | 1 | 1010011 | 0 | 100010 | 100101100 | 1001000 | 100111 |
Color Harmonies of #A81CA9
Complementary color
Monochromatic Colors of #A81CA9
Black with #A81CA9
Text Example
Text Example
White with #A81CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CA9; }
p { color: rgb(168,28,169); }
H1.HeaderClassName
{
color: #A81CA9;
}
.AnyTagClassName
{
color: #A81CA9;
}
</style>
background-color css
<style>
a { background-color: #A81CA9; }
a { background-color: rgb(168,28,169); }
div.DivClassName
{
background-color: #A81CA9;
}
.BgClassName
{
background-color: #A81CA9;
}
</style>
border-color css
<style>
span { border-color: #A81CA9; }
span { border-color: rgb(168,28,169); }
td.TdClassName
{
border-color: #A81CA9;
}
.TagClassName
{
border-color: #A81CA9;
}
</style>