Shades of Dark Magenta #A317A8
Tints of Dark Magenta #A317A8
RGB
CMYK
RGB Variations
Color information
#A317A8 (or 0xA317A8) is known color: Dark Magenta. HEX triplet: A3, 17 and A8. RGB value is (163,23,168). Sum of RGB (Red+Green+Blue) = 163+23+168=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 168 - color contains mainly: blue. Hex color #A317A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A317A8 is #5CE857. Grayscale: #505050. Windows color (decimal): -6088792 or 11016099. OLE color: 11016099.
HSL color Cylindrical-coordinate representation of color #A317A8: hue angle of 297.93º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A317A8 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 23 | 168 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.34 |
| HSL | 297.93º | 0.76% | 0.37% | - |
| HSV(B) | 297.93º | 0.86% | 0.66% | - |
| XYZ | 22.48 | 11.23 | 38.03 | - |
| YUV | 81.39 | 176.88 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 168 | 0.03 | 0.86 | 0 | 0.34 | 297.93 | 0.76 | 0.37 |
| Hex | A3 | 17 | A8 | 3 | 56 | 0 | 22 | 12A | 4C | 25 |
| Octal | 243 | 27 | 250 | 3 | 126 | 0 | 42 | 452 | 114 | 45 |
| Binary | 10100011 | 10111 | 10101000 | 11 | 1010110 | 0 | 100010 | 100101010 | 1001100 | 100101 |
Color Harmonies of #A317A8
Complementary color
Monochromatic Colors of #A317A8
Black with #A317A8
Text Example
Text Example
White with #A317A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A317A8; }
p { color: rgb(163,23,168); }
H1.HeaderClassName
{
color: #A317A8;
}
.AnyTagClassName
{
color: #A317A8;
}
</style>
background-color css
<style>
a { background-color: #A317A8; }
a { background-color: rgb(163,23,168); }
div.DivClassName
{
background-color: #A317A8;
}
.BgClassName
{
background-color: #A317A8;
}
</style>
border-color css
<style>
span { border-color: #A317A8; }
span { border-color: rgb(163,23,168); }
td.TdClassName
{
border-color: #A317A8;
}
.TagClassName
{
border-color: #A317A8;
}
</style>