Shades of Dark Magenta #A8099B
Tints of Dark Magenta #A8099B
RGB
CMYK
RGB Variations
Color information
#A8099B (or 0xA8099B) is known color: Dark Magenta. HEX triplet: A8, 09 and 9B. RGB value is (168,9,155). Sum of RGB (Red+Green+Blue) = 168+9+155=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8099B is #57F664. Grayscale: #484848. Windows color (decimal): -5764709 or 10160552. OLE color: 10160552.
HSL color Cylindrical-coordinate representation of color #A8099B: hue angle of 304.91º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8099B is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.34 |
| HSL | 304.91º | 0.9% | 0.35% | - |
| HSV(B) | 304.91º | 0.95% | 0.66% | - |
| XYZ | 22.16 | 10.89 | 31.94 | - |
| YUV | 73.19 | 174.18 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 155 | 0 | 0.95 | 0.08 | 0.34 | 304.91 | 0.9 | 0.35 |
| Hex | A8 | 9 | 9B | 0 | 5F | 8 | 22 | 131 | 5A | 23 |
| Octal | 250 | 11 | 233 | 0 | 137 | 10 | 42 | 461 | 132 | 43 |
| Binary | 10101000 | 1001 | 10011011 | 0 | 1011111 | 1000 | 100010 | 100110001 | 1011010 | 100011 |
Color Harmonies of #A8099B
Complementary color
Monochromatic Colors of #A8099B
Black with #A8099B
Text Example
Text Example
White with #A8099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8099B; }
p { color: rgb(168,9,155); }
H1.HeaderClassName
{
color: #A8099B;
}
.AnyTagClassName
{
color: #A8099B;
}
</style>
background-color css
<style>
a { background-color: #A8099B; }
a { background-color: rgb(168,9,155); }
div.DivClassName
{
background-color: #A8099B;
}
.BgClassName
{
background-color: #A8099B;
}
</style>
border-color css
<style>
span { border-color: #A8099B; }
span { border-color: rgb(168,9,155); }
td.TdClassName
{
border-color: #A8099B;
}
.TagClassName
{
border-color: #A8099B;
}
</style>