Shades of Dark Magenta #A300AA
Tints of Dark Magenta #A300AA
RGB
CMYK
RGB Variations
Color information
#A300AA (or 0xA300AA) is known color: Dark Magenta. HEX triplet: A3, 00 and AA. RGB value is (163,0,170). Sum of RGB (Red+Green+Blue) = 163+0+170=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #A300AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300AA is #5CFF55. Grayscale: #434343. Windows color (decimal): -6094678 or 11141283. OLE color: 11141283.
HSL color Cylindrical-coordinate representation of color #A300AA: hue angle of 297.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300AA is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 0 | 170 | - |
| CMYK | 0.04 | 1 | 0 | 0.33 |
| HSL | 297.53º | 1% | 0.33% | - |
| HSV(B) | 297.53º | 1% | 0.67% | - |
| XYZ | 22.36 | 10.69 | 38.91 | - |
| YUV | 68.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 170 | 0.04 | 1 | 0 | 0.33 | 297.53 | 1 | 0.33 |
| Hex | A3 | 0 | AA | 4 | 64 | 0 | 21 | 12A | 64 | 21 |
| Octal | 243 | 0 | 252 | 4 | 144 | 0 | 41 | 452 | 144 | 41 |
| Binary | 10100011 | 0 | 10101010 | 100 | 1100100 | 0 | 100001 | 100101010 | 1100100 | 100001 |
Color Harmonies of #A300AA
Complementary color
Monochromatic Colors of #A300AA
Black with #A300AA
Text Example
Text Example
White with #A300AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300AA; }
p { color: rgb(163,0,170); }
H1.HeaderClassName
{
color: #A300AA;
}
.AnyTagClassName
{
color: #A300AA;
}
</style>
background-color css
<style>
a { background-color: #A300AA; }
a { background-color: rgb(163,0,170); }
div.DivClassName
{
background-color: #A300AA;
}
.BgClassName
{
background-color: #A300AA;
}
</style>
border-color css
<style>
span { border-color: #A300AA; }
span { border-color: rgb(163,0,170); }
td.TdClassName
{
border-color: #A300AA;
}
.TagClassName
{
border-color: #A300AA;
}
</style>