Shades of Dark Magenta #A302AB
Tints of Dark Magenta #A302AB
RGB
CMYK
RGB Variations
Color information
#A302AB (or 0xA302AB) is known color: Dark Magenta. HEX triplet: A3, 02 and AB. RGB value is (163,2,171). Sum of RGB (Red+Green+Blue) = 163+2+171=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #A302AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A302AB is #5CFD54. Grayscale: #444444. Windows color (decimal): -6094165 or 11207331. OLE color: 11207331.
HSL color Cylindrical-coordinate representation of color #A302AB: hue angle of 297.16º 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 #A302AB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 2 | 171 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.33 |
| HSL | 297.16º | 0.98% | 0.34% | - |
| HSV(B) | 297.16º | 0.99% | 0.67% | - |
| XYZ | 22.48 | 10.77 | 39.42 | - |
| YUV | 69.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 171 | 0.05 | 0.99 | 0 | 0.33 | 297.16 | 0.98 | 0.34 |
| Hex | A3 | 2 | AB | 5 | 63 | 0 | 21 | 129 | 62 | 22 |
| Octal | 243 | 2 | 253 | 5 | 143 | 0 | 41 | 451 | 142 | 42 |
| Binary | 10100011 | 10 | 10101011 | 101 | 1100011 | 0 | 100001 | 100101001 | 1100010 | 100010 |
Color Harmonies of #A302AB
Complementary color
Monochromatic Colors of #A302AB
Black with #A302AB
Text Example
Text Example
White with #A302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302AB; }
p { color: rgb(163,2,171); }
H1.HeaderClassName
{
color: #A302AB;
}
.AnyTagClassName
{
color: #A302AB;
}
</style>
background-color css
<style>
a { background-color: #A302AB; }
a { background-color: rgb(163,2,171); }
div.DivClassName
{
background-color: #A302AB;
}
.BgClassName
{
background-color: #A302AB;
}
</style>
border-color css
<style>
span { border-color: #A302AB; }
span { border-color: rgb(163,2,171); }
td.TdClassName
{
border-color: #A302AB;
}
.TagClassName
{
border-color: #A302AB;
}
</style>