Shades of Dark Magenta #A306AD
Tints of Dark Magenta #A306AD
RGB
CMYK
RGB Variations
Color information
#A306AD (or 0xA306AD) is known color: Dark Magenta. HEX triplet: A3, 06 and AD. RGB value is (163,6,173). Sum of RGB (Red+Green+Blue) = 163+6+173=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #A306AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A306AD is #5CF952. Grayscale: #474747. Windows color (decimal): -6093139 or 11339427. OLE color: 11339427.
HSL color Cylindrical-coordinate representation of color #A306AD: hue angle of 296.41º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306AD is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 6 | 173 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.32 |
| HSL | 296.41º | 0.93% | 0.35% | - |
| HSV(B) | 296.41º | 0.97% | 0.68% | - |
| XYZ | 22.71 | 10.93 | 40.45 | - |
| YUV | 71.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 173 | 0.06 | 0.97 | 0 | 0.32 | 296.41 | 0.93 | 0.35 |
| Hex | A3 | 6 | AD | 6 | 61 | 0 | 20 | 128 | 5D | 23 |
| Octal | 243 | 6 | 255 | 6 | 141 | 0 | 40 | 450 | 135 | 43 |
| Binary | 10100011 | 110 | 10101101 | 110 | 1100001 | 0 | 100000 | 100101000 | 1011101 | 100011 |
Color Harmonies of #A306AD
Complementary color
Monochromatic Colors of #A306AD
Black with #A306AD
Text Example
Text Example
White with #A306AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306AD; }
p { color: rgb(163,6,173); }
H1.HeaderClassName
{
color: #A306AD;
}
.AnyTagClassName
{
color: #A306AD;
}
</style>
background-color css
<style>
a { background-color: #A306AD; }
a { background-color: rgb(163,6,173); }
div.DivClassName
{
background-color: #A306AD;
}
.BgClassName
{
background-color: #A306AD;
}
</style>
border-color css
<style>
span { border-color: #A306AD; }
span { border-color: rgb(163,6,173); }
td.TdClassName
{
border-color: #A306AD;
}
.TagClassName
{
border-color: #A306AD;
}
</style>