Shades of Dark Magenta #A301A8
Tints of Dark Magenta #A301A8
RGB
CMYK
RGB Variations
Color information
#A301A8 (or 0xA301A8) is known color: Dark Magenta. HEX triplet: A3, 01 and A8. RGB value is (163,1,168). Sum of RGB (Red+Green+Blue) = 163+1+168=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 168 (66.02% from 255 or 50.60% from 332); Max value from RGB is 168 - color contains mainly: blue. Hex color #A301A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A301A8 is #5CFE57. Grayscale: #434343. Windows color (decimal): -6094424 or 11010467. OLE color: 11010467.
HSL color Cylindrical-coordinate representation of color #A301A8: hue angle of 298.2º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301A8 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 1 | 168 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.34 |
| HSL | 298.2º | 0.99% | 0.33% | - |
| HSV(B) | 298.2º | 0.99% | 0.66% | - |
| XYZ | 22.18 | 10.64 | 37.93 | - |
| YUV | 68.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 168 | 0.03 | 0.99 | 0 | 0.34 | 298.2 | 0.99 | 0.33 |
| Hex | A3 | 1 | A8 | 3 | 63 | 0 | 22 | 12A | 63 | 21 |
| Octal | 243 | 1 | 250 | 3 | 143 | 0 | 42 | 452 | 143 | 41 |
| Binary | 10100011 | 1 | 10101000 | 11 | 1100011 | 0 | 100010 | 100101010 | 1100011 | 100001 |
Color Harmonies of #A301A8
Complementary color
Monochromatic Colors of #A301A8
Black with #A301A8
Text Example
Text Example
White with #A301A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301A8; }
p { color: rgb(163,1,168); }
H1.HeaderClassName
{
color: #A301A8;
}
.AnyTagClassName
{
color: #A301A8;
}
</style>
background-color css
<style>
a { background-color: #A301A8; }
a { background-color: rgb(163,1,168); }
div.DivClassName
{
background-color: #A301A8;
}
.BgClassName
{
background-color: #A301A8;
}
</style>
border-color css
<style>
span { border-color: #A301A8; }
span { border-color: rgb(163,1,168); }
td.TdClassName
{
border-color: #A301A8;
}
.TagClassName
{
border-color: #A301A8;
}
</style>