Shades of Dark Magenta #A307A2
Tints of Dark Magenta #A307A2
RGB
CMYK
RGB Variations
Color information
#A307A2 (or 0xA307A2) is known color: Dark Magenta. HEX triplet: A3, 07 and A2. RGB value is (163,7,162). Sum of RGB (Red+Green+Blue) = 163+7+162=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A307A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A307A2 is #5CF85D. Grayscale: #464646. Windows color (decimal): -6092894 or 10618787. OLE color: 10618787.
HSL color Cylindrical-coordinate representation of color #A307A2: hue angle of 300.38º degrees, saturation: 0.92, 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 #A307A2 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 162 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.36 |
| HSL | 300.38º | 0.92% | 0.33% | - |
| HSV(B) | 300.38º | 0.96% | 0.64% | - |
| XYZ | 21.7 | 10.55 | 35.07 | - |
| YUV | 71.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 162 | 0 | 0.96 | 0.01 | 0.36 | 300.38 | 0.92 | 0.33 |
| Hex | A3 | 7 | A2 | 0 | 60 | 1 | 24 | 12C | 5C | 21 |
| Octal | 243 | 7 | 242 | 0 | 140 | 1 | 44 | 454 | 134 | 41 |
| Binary | 10100011 | 111 | 10100010 | 0 | 1100000 | 1 | 100100 | 100101100 | 1011100 | 100001 |
Color Harmonies of #A307A2
Complementary color
Monochromatic Colors of #A307A2
Black with #A307A2
Text Example
Text Example
White with #A307A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307A2; }
p { color: rgb(163,7,162); }
H1.HeaderClassName
{
color: #A307A2;
}
.AnyTagClassName
{
color: #A307A2;
}
</style>
background-color css
<style>
a { background-color: #A307A2; }
a { background-color: rgb(163,7,162); }
div.DivClassName
{
background-color: #A307A2;
}
.BgClassName
{
background-color: #A307A2;
}
</style>
border-color css
<style>
span { border-color: #A307A2; }
span { border-color: rgb(163,7,162); }
td.TdClassName
{
border-color: #A307A2;
}
.TagClassName
{
border-color: #A307A2;
}
</style>