Shades of Dark Magenta #A8018B
Tints of Dark Magenta #A8018B
RGB
CMYK
RGB Variations
Color information
#A8018B (or 0xA8018B) is known color: Dark Magenta. HEX triplet: A8, 01 and 8B. RGB value is (168,1,139). Sum of RGB (Red+Green+Blue) = 168+1+139=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A8018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8018B is #57FE74. Grayscale: #424242. Windows color (decimal): -5766773 or 9109928. OLE color: 9109928.
HSL color Cylindrical-coordinate representation of color #A8018B: hue angle of 310.42º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8018B is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.34 |
| HSL | 310.42º | 0.99% | 0.33% | - |
| HSV(B) | 310.42º | 0.99% | 0.66% | - |
| XYZ | 20.82 | 10.21 | 25.3 | - |
| YUV | 66.67 | 168.83 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 139 | 0 | 0.99 | 0.17 | 0.34 | 310.42 | 0.99 | 0.33 |
| Hex | A8 | 1 | 8B | 0 | 63 | 11 | 22 | 136 | 63 | 21 |
| Octal | 250 | 1 | 213 | 0 | 143 | 21 | 42 | 466 | 143 | 41 |
| Binary | 10101000 | 1 | 10001011 | 0 | 1100011 | 10001 | 100010 | 100110110 | 1100011 | 100001 |
Color Harmonies of #A8018B
Complementary color
Monochromatic Colors of #A8018B
Black with #A8018B
Text Example
Text Example
White with #A8018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8018B; }
p { color: rgb(168,1,139); }
H1.HeaderClassName
{
color: #A8018B;
}
.AnyTagClassName
{
color: #A8018B;
}
</style>
background-color css
<style>
a { background-color: #A8018B; }
a { background-color: rgb(168,1,139); }
div.DivClassName
{
background-color: #A8018B;
}
.BgClassName
{
background-color: #A8018B;
}
</style>
border-color css
<style>
span { border-color: #A8018B; }
span { border-color: rgb(168,1,139); }
td.TdClassName
{
border-color: #A8018B;
}
.TagClassName
{
border-color: #A8018B;
}
</style>