Shades of Dark Magenta #A303AA
Tints of Dark Magenta #A303AA
RGB
CMYK
RGB Variations
Color information
#A303AA (or 0xA303AA) is known color: Dark Magenta. HEX triplet: A3, 03 and AA. RGB value is (163,3,170). Sum of RGB (Red+Green+Blue) = 163+3+170=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #A303AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A303AA is #5CFC55. Grayscale: #454545. Windows color (decimal): -6093910 or 11142051. OLE color: 11142051.
HSL color Cylindrical-coordinate representation of color #A303AA: hue angle of 297.49º 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 #A303AA is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 3 | 170 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.33 |
| HSL | 297.49º | 0.97% | 0.34% | - |
| HSV(B) | 297.49º | 0.98% | 0.67% | - |
| XYZ | 22.39 | 10.75 | 38.93 | - |
| YUV | 69.88 | 184.51 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 170 | 0.04 | 0.98 | 0 | 0.33 | 297.49 | 0.97 | 0.34 |
| Hex | A3 | 3 | AA | 4 | 62 | 0 | 21 | 129 | 61 | 22 |
| Octal | 243 | 3 | 252 | 4 | 142 | 0 | 41 | 451 | 141 | 42 |
| Binary | 10100011 | 11 | 10101010 | 100 | 1100010 | 0 | 100001 | 100101001 | 1100001 | 100010 |
Color Harmonies of #A303AA
Complementary color
Monochromatic Colors of #A303AA
Black with #A303AA
Text Example
Text Example
White with #A303AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303AA; }
p { color: rgb(163,3,170); }
H1.HeaderClassName
{
color: #A303AA;
}
.AnyTagClassName
{
color: #A303AA;
}
</style>
background-color css
<style>
a { background-color: #A303AA; }
a { background-color: rgb(163,3,170); }
div.DivClassName
{
background-color: #A303AA;
}
.BgClassName
{
background-color: #A303AA;
}
</style>
border-color css
<style>
span { border-color: #A303AA; }
span { border-color: rgb(163,3,170); }
td.TdClassName
{
border-color: #A303AA;
}
.TagClassName
{
border-color: #A303AA;
}
</style>