Shades of Dark Magenta #A108AD
Tints of Dark Magenta #A108AD
RGB
CMYK
RGB Variations
Color information
#A108AD (or 0xA108AD) is known color: Dark Magenta. HEX triplet: A1, 08 and AD. RGB value is (161,8,173). Sum of RGB (Red+Green+Blue) = 161+8+173=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #A108AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A108AD is #5EF752. Grayscale: #484848. Windows color (decimal): -6223699 or 11339937. OLE color: 11339937.
HSL color Cylindrical-coordinate representation of color #A108AD: hue angle of 295.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A108AD is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 8 | 173 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.32 |
| HSL | 295.64º | 0.91% | 0.35% | - |
| HSV(B) | 295.64º | 0.95% | 0.68% | - |
| XYZ | 22.33 | 10.77 | 40.44 | - |
| YUV | 72.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 173 | 0.07 | 0.95 | 0 | 0.32 | 295.64 | 0.91 | 0.35 |
| Hex | A1 | 8 | AD | 7 | 5F | 0 | 20 | 128 | 5B | 23 |
| Octal | 241 | 10 | 255 | 7 | 137 | 0 | 40 | 450 | 133 | 43 |
| Binary | 10100001 | 1000 | 10101101 | 111 | 1011111 | 0 | 100000 | 100101000 | 1011011 | 100011 |
Color Harmonies of #A108AD
Complementary color
Monochromatic Colors of #A108AD
Black with #A108AD
Text Example
Text Example
White with #A108AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108AD; }
p { color: rgb(161,8,173); }
H1.HeaderClassName
{
color: #A108AD;
}
.AnyTagClassName
{
color: #A108AD;
}
</style>
background-color css
<style>
a { background-color: #A108AD; }
a { background-color: rgb(161,8,173); }
div.DivClassName
{
background-color: #A108AD;
}
.BgClassName
{
background-color: #A108AD;
}
</style>
border-color css
<style>
span { border-color: #A108AD; }
span { border-color: rgb(161,8,173); }
td.TdClassName
{
border-color: #A108AD;
}
.TagClassName
{
border-color: #A108AD;
}
</style>