Shades of Dark Magenta #A300A8
Tints of Dark Magenta #A300A8
RGB
CMYK
RGB Variations
Color information
#A300A8 (or 0xA300A8) is known color: Dark Magenta. HEX triplet: A3, 00 and A8. RGB value is (163,0,168). Sum of RGB (Red+Green+Blue) = 163+0+168=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #A300A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300A8 is #5CFF57. Grayscale: #434343. Windows color (decimal): -6094680 or 11010211. OLE color: 11010211.
HSL color Cylindrical-coordinate representation of color #A300A8: hue angle of 298.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300A8 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 0 | 168 | - |
| CMYK | 0.03 | 1 | 0 | 0.34 |
| HSL | 298.21º | 1% | 0.33% | - |
| HSV(B) | 298.21º | 1% | 0.66% | - |
| XYZ | 22.17 | 10.61 | 37.93 | - |
| YUV | 67.89 | 184.5 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 168 | 0.03 | 1 | 0 | 0.34 | 298.21 | 1 | 0.33 |
| Hex | A3 | 0 | A8 | 3 | 64 | 0 | 22 | 12A | 64 | 21 |
| Octal | 243 | 0 | 250 | 3 | 144 | 0 | 42 | 452 | 144 | 41 |
| Binary | 10100011 | 0 | 10101000 | 11 | 1100100 | 0 | 100010 | 100101010 | 1100100 | 100001 |
Color Harmonies of #A300A8
Complementary color
Monochromatic Colors of #A300A8
Black with #A300A8
Text Example
Text Example
White with #A300A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300A8; }
p { color: rgb(163,0,168); }
H1.HeaderClassName
{
color: #A300A8;
}
.AnyTagClassName
{
color: #A300A8;
}
</style>
background-color css
<style>
a { background-color: #A300A8; }
a { background-color: rgb(163,0,168); }
div.DivClassName
{
background-color: #A300A8;
}
.BgClassName
{
background-color: #A300A8;
}
</style>
border-color css
<style>
span { border-color: #A300A8; }
span { border-color: rgb(163,0,168); }
td.TdClassName
{
border-color: #A300A8;
}
.TagClassName
{
border-color: #A300A8;
}
</style>