Shades of Dark Magenta #A300AE
Tints of Dark Magenta #A300AE
RGB
CMYK
RGB Variations
Color information
#A300AE (or 0xA300AE) is known color: Dark Magenta. HEX triplet: A3, 00 and AE. RGB value is (163,0,174). Sum of RGB (Red+Green+Blue) = 163+0+174=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #A300AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300AE is #5CFF51. Grayscale: #444444. Windows color (decimal): -6094674 or 11403427. OLE color: 11403427.
HSL color Cylindrical-coordinate representation of color #A300AE: hue angle of 296.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300AE is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 0 | 174 | - |
| CMYK | 0.06 | 1 | 0 | 0.32 |
| HSL | 296.21º | 1% | 0.34% | - |
| HSV(B) | 296.21º | 1% | 0.68% | - |
| XYZ | 22.74 | 10.84 | 40.94 | - |
| YUV | 68.57 | 187.5 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 174 | 0.06 | 1 | 0 | 0.32 | 296.21 | 1 | 0.34 |
| Hex | A3 | 0 | AE | 6 | 64 | 0 | 20 | 128 | 64 | 22 |
| Octal | 243 | 0 | 256 | 6 | 144 | 0 | 40 | 450 | 144 | 42 |
| Binary | 10100011 | 0 | 10101110 | 110 | 1100100 | 0 | 100000 | 100101000 | 1100100 | 100010 |
Color Harmonies of #A300AE
Complementary color
Monochromatic Colors of #A300AE
Black with #A300AE
Text Example
Text Example
White with #A300AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300AE; }
p { color: rgb(163,0,174); }
H1.HeaderClassName
{
color: #A300AE;
}
.AnyTagClassName
{
color: #A300AE;
}
</style>
background-color css
<style>
a { background-color: #A300AE; }
a { background-color: rgb(163,0,174); }
div.DivClassName
{
background-color: #A300AE;
}
.BgClassName
{
background-color: #A300AE;
}
</style>
border-color css
<style>
span { border-color: #A300AE; }
span { border-color: rgb(163,0,174); }
td.TdClassName
{
border-color: #A300AE;
}
.TagClassName
{
border-color: #A300AE;
}
</style>