Shades of Dark Magenta #A30395
Tints of Dark Magenta #A30395
RGB
CMYK
RGB Variations
Color information
#A30395 (or 0xA30395) is known color: Dark Magenta. HEX triplet: A3, 03 and 95. RGB value is (163,3,149). Sum of RGB (Red+Green+Blue) = 163+3+149=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A30395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30395 is #5CFC6A. Grayscale: #434343. Windows color (decimal): -6093931 or 9765795. OLE color: 9765795.
HSL color Cylindrical-coordinate representation of color #A30395: hue angle of 305.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30395 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 149 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.36 |
| HSL | 305.25º | 0.96% | 0.33% | - |
| HSV(B) | 305.25º | 0.98% | 0.64% | - |
| XYZ | 20.56 | 10.02 | 29.28 | - |
| YUV | 67.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 149 | 0 | 0.98 | 0.09 | 0.36 | 305.25 | 0.96 | 0.33 |
| Hex | A3 | 3 | 95 | 0 | 62 | 9 | 24 | 131 | 60 | 21 |
| Octal | 243 | 3 | 225 | 0 | 142 | 11 | 44 | 461 | 140 | 41 |
| Binary | 10100011 | 11 | 10010101 | 0 | 1100010 | 1001 | 100100 | 100110001 | 1100000 | 100001 |
Color Harmonies of #A30395
Complementary color
Monochromatic Colors of #A30395
Black with #A30395
Text Example
Text Example
White with #A30395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30395; }
p { color: rgb(163,3,149); }
H1.HeaderClassName
{
color: #A30395;
}
.AnyTagClassName
{
color: #A30395;
}
</style>
background-color css
<style>
a { background-color: #A30395; }
a { background-color: rgb(163,3,149); }
div.DivClassName
{
background-color: #A30395;
}
.BgClassName
{
background-color: #A30395;
}
</style>
border-color css
<style>
span { border-color: #A30395; }
span { border-color: rgb(163,3,149); }
td.TdClassName
{
border-color: #A30395;
}
.TagClassName
{
border-color: #A30395;
}
</style>