Shades of Dark Magenta #A301AA
Tints of Dark Magenta #A301AA
RGB
CMYK
RGB Variations
Color information
#A301AA (or 0xA301AA) is known color: Dark Magenta. HEX triplet: A3, 01 and AA. RGB value is (163,1,170). Sum of RGB (Red+Green+Blue) = 163+1+170=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #A301AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A301AA is #5CFE55. Grayscale: #444444. Windows color (decimal): -6094422 or 11141539. OLE color: 11141539.
HSL color Cylindrical-coordinate representation of color #A301AA: hue angle of 297.51º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301AA is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 1 | 170 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.33 |
| HSL | 297.51º | 0.99% | 0.34% | - |
| HSV(B) | 297.51º | 0.99% | 0.67% | - |
| XYZ | 22.37 | 10.71 | 38.92 | - |
| YUV | 68.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 170 | 0.04 | 0.99 | 0 | 0.33 | 297.51 | 0.99 | 0.34 |
| Hex | A3 | 1 | AA | 4 | 63 | 0 | 21 | 12A | 63 | 22 |
| Octal | 243 | 1 | 252 | 4 | 143 | 0 | 41 | 452 | 143 | 42 |
| Binary | 10100011 | 1 | 10101010 | 100 | 1100011 | 0 | 100001 | 100101010 | 1100011 | 100010 |
Color Harmonies of #A301AA
Complementary color
Monochromatic Colors of #A301AA
Black with #A301AA
Text Example
Text Example
White with #A301AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301AA; }
p { color: rgb(163,1,170); }
H1.HeaderClassName
{
color: #A301AA;
}
.AnyTagClassName
{
color: #A301AA;
}
</style>
background-color css
<style>
a { background-color: #A301AA; }
a { background-color: rgb(163,1,170); }
div.DivClassName
{
background-color: #A301AA;
}
.BgClassName
{
background-color: #A301AA;
}
</style>
border-color css
<style>
span { border-color: #A301AA; }
span { border-color: rgb(163,1,170); }
td.TdClassName
{
border-color: #A301AA;
}
.TagClassName
{
border-color: #A301AA;
}
</style>