Shades of Dark Magenta #A306A3
Tints of Dark Magenta #A306A3
RGB
CMYK
RGB Variations
Color information
#A306A3 (or 0xA306A3) is known color: Dark Magenta. HEX triplet: A3, 06 and A3. RGB value is (163,6,163). Sum of RGB (Red+Green+Blue) = 163+6+163=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 163 (64.06% from 255 or 49.10% from 332); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A306A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A306A3 is #5CF95C. Grayscale: #464646. Windows color (decimal): -6093149 or 10684067. OLE color: 10684067.
HSL color Cylindrical-coordinate representation of color #A306A3: hue angle of 300º 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 #A306A3 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 163 | - |
| CMYK | 0 | 0.96 | 0 | 0.36 |
| HSL | 300º | 0.93% | 0.33% | - |
| HSV(B) | 300º | 0.96% | 0.64% | - |
| XYZ | 21.78 | 10.56 | 35.54 | - |
| YUV | 70.84 | 180.01 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 163 | 0 | 0.96 | 0 | 0.36 | 300 | 0.93 | 0.33 |
| Hex | A3 | 6 | A3 | 0 | 60 | 0 | 24 | 12C | 5D | 21 |
| Octal | 243 | 6 | 243 | 0 | 140 | 0 | 44 | 454 | 135 | 41 |
| Binary | 10100011 | 110 | 10100011 | 0 | 1100000 | 0 | 100100 | 100101100 | 1011101 | 100001 |
Color Harmonies of #A306A3
Complementary color
Monochromatic Colors of #A306A3
Black with #A306A3
Text Example
Text Example
White with #A306A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306A3; }
p { color: rgb(163,6,163); }
H1.HeaderClassName
{
color: #A306A3;
}
.AnyTagClassName
{
color: #A306A3;
}
</style>
background-color css
<style>
a { background-color: #A306A3; }
a { background-color: rgb(163,6,163); }
div.DivClassName
{
background-color: #A306A3;
}
.BgClassName
{
background-color: #A306A3;
}
</style>
border-color css
<style>
span { border-color: #A306A3; }
span { border-color: rgb(163,6,163); }
td.TdClassName
{
border-color: #A306A3;
}
.TagClassName
{
border-color: #A306A3;
}
</style>