Shades of Dark Magenta #A307AC
Tints of Dark Magenta #A307AC
RGB
CMYK
RGB Variations
Color information
#A307AC (or 0xA307AC) is known color: Dark Magenta. HEX triplet: A3, 07 and AC. RGB value is (163,7,172). Sum of RGB (Red+Green+Blue) = 163+7+172=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #A307AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A307AC is #5CF853. Grayscale: #474747. Windows color (decimal): -6092884 or 11274147. OLE color: 11274147.
HSL color Cylindrical-coordinate representation of color #A307AC: hue angle of 296.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A307AC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 7 | 172 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.33 |
| HSL | 296.73º | 0.92% | 0.35% | - |
| HSV(B) | 296.73º | 0.96% | 0.67% | - |
| XYZ | 22.63 | 10.92 | 39.94 | - |
| YUV | 72.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 172 | 0.05 | 0.96 | 0 | 0.33 | 296.73 | 0.92 | 0.35 |
| Hex | A3 | 7 | AC | 5 | 60 | 0 | 21 | 129 | 5C | 23 |
| Octal | 243 | 7 | 254 | 5 | 140 | 0 | 41 | 451 | 134 | 43 |
| Binary | 10100011 | 111 | 10101100 | 101 | 1100000 | 0 | 100001 | 100101001 | 1011100 | 100011 |
Color Harmonies of #A307AC
Complementary color
Monochromatic Colors of #A307AC
Black with #A307AC
Text Example
Text Example
White with #A307AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307AC; }
p { color: rgb(163,7,172); }
H1.HeaderClassName
{
color: #A307AC;
}
.AnyTagClassName
{
color: #A307AC;
}
</style>
background-color css
<style>
a { background-color: #A307AC; }
a { background-color: rgb(163,7,172); }
div.DivClassName
{
background-color: #A307AC;
}
.BgClassName
{
background-color: #A307AC;
}
</style>
border-color css
<style>
span { border-color: #A307AC; }
span { border-color: rgb(163,7,172); }
td.TdClassName
{
border-color: #A307AC;
}
.TagClassName
{
border-color: #A307AC;
}
</style>