Shades of Dark Magenta #A30098
Tints of Dark Magenta #A30098
RGB
CMYK
RGB Variations
Color information
#A30098 (or 0xA30098) is known color: Dark Magenta. HEX triplet: A3, 00 and 98. RGB value is (163,0,152). Sum of RGB (Red+Green+Blue) = 163+0+152=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A30098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30098 is #5CFF67. Grayscale: #414141. Windows color (decimal): -6094696 or 9961635. OLE color: 9961635.
HSL color Cylindrical-coordinate representation of color #A30098: hue angle of 304.05º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30098 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.07 | 0.36 |
| HSL | 304.05º | 1% | 0.32% | - |
| HSV(B) | 304.05º | 1% | 0.64% | - |
| XYZ | 20.77 | 10.05 | 30.55 | - |
| YUV | 66.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 152 | 0 | 1 | 0.07 | 0.36 | 304.05 | 1 | 0.32 |
| Hex | A3 | 0 | 98 | 0 | 64 | 7 | 24 | 130 | 64 | 20 |
| Octal | 243 | 0 | 230 | 0 | 144 | 7 | 44 | 460 | 144 | 40 |
| Binary | 10100011 | 0 | 10011000 | 0 | 1100100 | 111 | 100100 | 100110000 | 1100100 | 100000 |
Color Harmonies of #A30098
Complementary color
Monochromatic Colors of #A30098
Black with #A30098
Text Example
Text Example
White with #A30098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30098; }
p { color: rgb(163,0,152); }
H1.HeaderClassName
{
color: #A30098;
}
.AnyTagClassName
{
color: #A30098;
}
</style>
background-color css
<style>
a { background-color: #A30098; }
a { background-color: rgb(163,0,152); }
div.DivClassName
{
background-color: #A30098;
}
.BgClassName
{
background-color: #A30098;
}
</style>
border-color css
<style>
span { border-color: #A30098; }
span { border-color: rgb(163,0,152); }
td.TdClassName
{
border-color: #A30098;
}
.TagClassName
{
border-color: #A30098;
}
</style>