Shades of Dark Magenta #A5018B
Tints of Dark Magenta #A5018B
RGB
CMYK
RGB Variations
Color information
#A5018B (or 0xA5018B) is known color: Dark Magenta. HEX triplet: A5, 01 and 8B. RGB value is (165,1,139). Sum of RGB (Red+Green+Blue) = 165+1+139=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A5018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5018B is #5AFE74. Grayscale: #414141. Windows color (decimal): -5963381 or 9109925. OLE color: 9109925.
HSL color Cylindrical-coordinate representation of color #A5018B: hue angle of 309.51º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5018B is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.35 |
| HSL | 309.51º | 0.99% | 0.33% | - |
| HSV(B) | 309.51º | 0.99% | 0.65% | - |
| XYZ | 20.19 | 9.89 | 25.27 | - |
| YUV | 65.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 139 | 0 | 0.99 | 0.16 | 0.35 | 309.51 | 0.99 | 0.33 |
| Hex | A5 | 1 | 8B | 0 | 63 | 10 | 23 | 136 | 63 | 21 |
| Octal | 245 | 1 | 213 | 0 | 143 | 20 | 43 | 466 | 143 | 41 |
| Binary | 10100101 | 1 | 10001011 | 0 | 1100011 | 10000 | 100011 | 100110110 | 1100011 | 100001 |
Color Harmonies of #A5018B
Complementary color
Monochromatic Colors of #A5018B
Black with #A5018B
Text Example
Text Example
White with #A5018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5018B; }
p { color: rgb(165,1,139); }
H1.HeaderClassName
{
color: #A5018B;
}
.AnyTagClassName
{
color: #A5018B;
}
</style>
background-color css
<style>
a { background-color: #A5018B; }
a { background-color: rgb(165,1,139); }
div.DivClassName
{
background-color: #A5018B;
}
.BgClassName
{
background-color: #A5018B;
}
</style>
border-color css
<style>
span { border-color: #A5018B; }
span { border-color: rgb(165,1,139); }
td.TdClassName
{
border-color: #A5018B;
}
.TagClassName
{
border-color: #A5018B;
}
</style>