Shades of Dark Magenta #A6018B
Tints of Dark Magenta #A6018B
RGB
CMYK
RGB Variations
Color information
#A6018B (or 0xA6018B) is known color: Dark Magenta. HEX triplet: A6, 01 and 8B. RGB value is (166,1,139). Sum of RGB (Red+Green+Blue) = 166+1+139=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A6018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6018B is #59FE74. Grayscale: #414141. Windows color (decimal): -5897845 or 9109926. OLE color: 9109926.
HSL color Cylindrical-coordinate representation of color #A6018B: hue angle of 309.82º 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 #A6018B is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.35 |
| HSL | 309.82º | 0.99% | 0.33% | - |
| HSV(B) | 309.82º | 0.99% | 0.65% | - |
| XYZ | 20.4 | 9.99 | 25.28 | - |
| YUV | 66.07 | 169.16 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 139 | 0 | 0.99 | 0.16 | 0.35 | 309.82 | 0.99 | 0.33 |
| Hex | A6 | 1 | 8B | 0 | 63 | 10 | 23 | 136 | 63 | 21 |
| Octal | 246 | 1 | 213 | 0 | 143 | 20 | 43 | 466 | 143 | 41 |
| Binary | 10100110 | 1 | 10001011 | 0 | 1100011 | 10000 | 100011 | 100110110 | 1100011 | 100001 |
Color Harmonies of #A6018B
Complementary color
Monochromatic Colors of #A6018B
Black with #A6018B
Text Example
Text Example
White with #A6018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6018B; }
p { color: rgb(166,1,139); }
H1.HeaderClassName
{
color: #A6018B;
}
.AnyTagClassName
{
color: #A6018B;
}
</style>
background-color css
<style>
a { background-color: #A6018B; }
a { background-color: rgb(166,1,139); }
div.DivClassName
{
background-color: #A6018B;
}
.BgClassName
{
background-color: #A6018B;
}
</style>
border-color css
<style>
span { border-color: #A6018B; }
span { border-color: rgb(166,1,139); }
td.TdClassName
{
border-color: #A6018B;
}
.TagClassName
{
border-color: #A6018B;
}
</style>