Shades of Dark Magenta #A817AB
Tints of Dark Magenta #A817AB
RGB
CMYK
RGB Variations
Color information
#A817AB (or 0xA817AB) is known color: Dark Magenta. HEX triplet: A8, 17 and AB. RGB value is (168,23,171). Sum of RGB (Red+Green+Blue) = 168+23+171=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #A817AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817AB is #57E854. Grayscale: #525252. Windows color (decimal): -5761109 or 11212712. OLE color: 11212712.
HSL color Cylindrical-coordinate representation of color #A817AB: hue angle of 298.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A817AB is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 23 | 171 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.33 |
| HSL | 298.78º | 0.76% | 0.38% | - |
| HSV(B) | 298.78º | 0.87% | 0.67% | - |
| XYZ | 23.81 | 11.88 | 39.57 | - |
| YUV | 83.23 | 177.54 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 171 | 0.02 | 0.87 | 0 | 0.33 | 298.78 | 0.76 | 0.38 |
| Hex | A8 | 17 | AB | 2 | 57 | 0 | 21 | 12B | 4C | 26 |
| Octal | 250 | 27 | 253 | 2 | 127 | 0 | 41 | 453 | 114 | 46 |
| Binary | 10101000 | 10111 | 10101011 | 10 | 1010111 | 0 | 100001 | 100101011 | 1001100 | 100110 |
Color Harmonies of #A817AB
Complementary color
Monochromatic Colors of #A817AB
Black with #A817AB
Text Example
Text Example
White with #A817AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817AB; }
p { color: rgb(168,23,171); }
H1.HeaderClassName
{
color: #A817AB;
}
.AnyTagClassName
{
color: #A817AB;
}
</style>
background-color css
<style>
a { background-color: #A817AB; }
a { background-color: rgb(168,23,171); }
div.DivClassName
{
background-color: #A817AB;
}
.BgClassName
{
background-color: #A817AB;
}
</style>
border-color css
<style>
span { border-color: #A817AB; }
span { border-color: rgb(168,23,171); }
td.TdClassName
{
border-color: #A817AB;
}
.TagClassName
{
border-color: #A817AB;
}
</style>