Shades of Dark Magenta #A307AD
Tints of Dark Magenta #A307AD
RGB
CMYK
RGB Variations
Color information
#A307AD (or 0xA307AD) is known color: Dark Magenta. HEX triplet: A3, 07 and AD. RGB value is (163,7,173). Sum of RGB (Red+Green+Blue) = 163+7+173=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #A307AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A307AD is #5CF852. Grayscale: #484848. Windows color (decimal): -6092883 or 11339683. OLE color: 11339683.
HSL color Cylindrical-coordinate representation of color #A307AD: hue angle of 296.39º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A307AD is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 7 | 173 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.32 |
| HSL | 296.39º | 0.92% | 0.35% | - |
| HSV(B) | 296.39º | 0.96% | 0.68% | - |
| XYZ | 22.72 | 10.96 | 40.45 | - |
| YUV | 72.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 173 | 0.06 | 0.96 | 0 | 0.32 | 296.39 | 0.92 | 0.35 |
| Hex | A3 | 7 | AD | 6 | 60 | 0 | 20 | 128 | 5C | 23 |
| Octal | 243 | 7 | 255 | 6 | 140 | 0 | 40 | 450 | 134 | 43 |
| Binary | 10100011 | 111 | 10101101 | 110 | 1100000 | 0 | 100000 | 100101000 | 1011100 | 100011 |
Color Harmonies of #A307AD
Complementary color
Monochromatic Colors of #A307AD
Black with #A307AD
Text Example
Text Example
White with #A307AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307AD; }
p { color: rgb(163,7,173); }
H1.HeaderClassName
{
color: #A307AD;
}
.AnyTagClassName
{
color: #A307AD;
}
</style>
background-color css
<style>
a { background-color: #A307AD; }
a { background-color: rgb(163,7,173); }
div.DivClassName
{
background-color: #A307AD;
}
.BgClassName
{
background-color: #A307AD;
}
</style>
border-color css
<style>
span { border-color: #A307AD; }
span { border-color: rgb(163,7,173); }
td.TdClassName
{
border-color: #A307AD;
}
.TagClassName
{
border-color: #A307AD;
}
</style>