Shades of Dark Magenta #A302AA
Tints of Dark Magenta #A302AA
RGB
CMYK
RGB Variations
Color information
#A302AA (or 0xA302AA) is known color: Dark Magenta. HEX triplet: A3, 02 and AA. RGB value is (163,2,170). Sum of RGB (Red+Green+Blue) = 163+2+170=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #A302AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A302AA is #5CFD55. Grayscale: #444444. Windows color (decimal): -6094166 or 11141795. OLE color: 11141795.
HSL color Cylindrical-coordinate representation of color #A302AA: hue angle of 297.5º degrees, saturation: 0.98, 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 #A302AA is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 2 | 170 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.33 |
| HSL | 297.5º | 0.98% | 0.34% | - |
| HSV(B) | 297.5º | 0.99% | 0.67% | - |
| XYZ | 22.38 | 10.73 | 38.92 | - |
| YUV | 69.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 170 | 0.04 | 0.99 | 0 | 0.33 | 297.5 | 0.98 | 0.34 |
| Hex | A3 | 2 | AA | 4 | 63 | 0 | 21 | 12A | 62 | 22 |
| Octal | 243 | 2 | 252 | 4 | 143 | 0 | 41 | 452 | 142 | 42 |
| Binary | 10100011 | 10 | 10101010 | 100 | 1100011 | 0 | 100001 | 100101010 | 1100010 | 100010 |
Color Harmonies of #A302AA
Complementary color
Monochromatic Colors of #A302AA
Black with #A302AA
Text Example
Text Example
White with #A302AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302AA; }
p { color: rgb(163,2,170); }
H1.HeaderClassName
{
color: #A302AA;
}
.AnyTagClassName
{
color: #A302AA;
}
</style>
background-color css
<style>
a { background-color: #A302AA; }
a { background-color: rgb(163,2,170); }
div.DivClassName
{
background-color: #A302AA;
}
.BgClassName
{
background-color: #A302AA;
}
</style>
border-color css
<style>
span { border-color: #A302AA; }
span { border-color: rgb(163,2,170); }
td.TdClassName
{
border-color: #A302AA;
}
.TagClassName
{
border-color: #A302AA;
}
</style>