Shades of Dark Magenta #A603AA
Tints of Dark Magenta #A603AA
RGB
CMYK
RGB Variations
Color information
#A603AA (or 0xA603AA) is known color: Dark Magenta. HEX triplet: A6, 03 and AA. RGB value is (166,3,170). Sum of RGB (Red+Green+Blue) = 166+3+170=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #A603AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A603AA is #59FC55. Grayscale: #464646. Windows color (decimal): -5897302 or 11142054. OLE color: 11142054.
HSL color Cylindrical-coordinate representation of color #A603AA: hue angle of 298.56º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A603AA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 3 | 170 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.33 |
| HSL | 298.56º | 0.97% | 0.34% | - |
| HSV(B) | 298.56º | 0.98% | 0.67% | - |
| XYZ | 23.01 | 11.07 | 38.95 | - |
| YUV | 70.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 170 | 0.02 | 0.98 | 0 | 0.33 | 298.56 | 0.97 | 0.34 |
| Hex | A6 | 3 | AA | 2 | 62 | 0 | 21 | 12B | 61 | 22 |
| Octal | 246 | 3 | 252 | 2 | 142 | 0 | 41 | 453 | 141 | 42 |
| Binary | 10100110 | 11 | 10101010 | 10 | 1100010 | 0 | 100001 | 100101011 | 1100001 | 100010 |
Color Harmonies of #A603AA
Complementary color
Monochromatic Colors of #A603AA
Black with #A603AA
Text Example
Text Example
White with #A603AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603AA; }
p { color: rgb(166,3,170); }
H1.HeaderClassName
{
color: #A603AA;
}
.AnyTagClassName
{
color: #A603AA;
}
</style>
background-color css
<style>
a { background-color: #A603AA; }
a { background-color: rgb(166,3,170); }
div.DivClassName
{
background-color: #A603AA;
}
.BgClassName
{
background-color: #A603AA;
}
</style>
border-color css
<style>
span { border-color: #A603AA; }
span { border-color: rgb(166,3,170); }
td.TdClassName
{
border-color: #A603AA;
}
.TagClassName
{
border-color: #A603AA;
}
</style>