Shades of Dark Magenta #A30695
Tints of Dark Magenta #A30695
RGB
CMYK
RGB Variations
Color information
#A30695 (or 0xA30695) is known color: Dark Magenta. HEX triplet: A3, 06 and 95. RGB value is (163,6,149). Sum of RGB (Red+Green+Blue) = 163+6+149=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A30695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30695 is #5CF96A. Grayscale: #444444. Windows color (decimal): -6093163 or 9766563. OLE color: 9766563.
HSL color Cylindrical-coordinate representation of color #A30695: hue angle of 305.35º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30695 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 149 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.36 |
| HSL | 305.35º | 0.93% | 0.33% | - |
| HSV(B) | 305.35º | 0.96% | 0.64% | - |
| XYZ | 20.59 | 10.09 | 29.3 | - |
| YUV | 69.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 149 | 0 | 0.96 | 0.09 | 0.36 | 305.35 | 0.93 | 0.33 |
| Hex | A3 | 6 | 95 | 0 | 60 | 9 | 24 | 131 | 5D | 21 |
| Octal | 243 | 6 | 225 | 0 | 140 | 11 | 44 | 461 | 135 | 41 |
| Binary | 10100011 | 110 | 10010101 | 0 | 1100000 | 1001 | 100100 | 100110001 | 1011101 | 100001 |
Color Harmonies of #A30695
Complementary color
Monochromatic Colors of #A30695
Black with #A30695
Text Example
Text Example
White with #A30695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30695; }
p { color: rgb(163,6,149); }
H1.HeaderClassName
{
color: #A30695;
}
.AnyTagClassName
{
color: #A30695;
}
</style>
background-color css
<style>
a { background-color: #A30695; }
a { background-color: rgb(163,6,149); }
div.DivClassName
{
background-color: #A30695;
}
.BgClassName
{
background-color: #A30695;
}
</style>
border-color css
<style>
span { border-color: #A30695; }
span { border-color: rgb(163,6,149); }
td.TdClassName
{
border-color: #A30695;
}
.TagClassName
{
border-color: #A30695;
}
</style>