Shades of Dark Magenta #A302AC
Tints of Dark Magenta #A302AC
RGB
CMYK
RGB Variations
Color information
#A302AC (or 0xA302AC) is known color: Dark Magenta. HEX triplet: A3, 02 and AC. RGB value is (163,2,172). Sum of RGB (Red+Green+Blue) = 163+2+172=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #A302AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A302AC is #5CFD53. Grayscale: #454545. Windows color (decimal): -6094164 or 11272867. OLE color: 11272867.
HSL color Cylindrical-coordinate representation of color #A302AC: hue angle of 296.82º 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 #A302AC is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 2 | 172 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.33 |
| HSL | 296.82º | 0.98% | 0.34% | - |
| HSV(B) | 296.82º | 0.99% | 0.67% | - |
| XYZ | 22.57 | 10.81 | 39.93 | - |
| YUV | 69.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 172 | 0.05 | 0.99 | 0 | 0.33 | 296.82 | 0.98 | 0.34 |
| Hex | A3 | 2 | AC | 5 | 63 | 0 | 21 | 129 | 62 | 22 |
| Octal | 243 | 2 | 254 | 5 | 143 | 0 | 41 | 451 | 142 | 42 |
| Binary | 10100011 | 10 | 10101100 | 101 | 1100011 | 0 | 100001 | 100101001 | 1100010 | 100010 |
Color Harmonies of #A302AC
Complementary color
Monochromatic Colors of #A302AC
Black with #A302AC
Text Example
Text Example
White with #A302AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302AC; }
p { color: rgb(163,2,172); }
H1.HeaderClassName
{
color: #A302AC;
}
.AnyTagClassName
{
color: #A302AC;
}
</style>
background-color css
<style>
a { background-color: #A302AC; }
a { background-color: rgb(163,2,172); }
div.DivClassName
{
background-color: #A302AC;
}
.BgClassName
{
background-color: #A302AC;
}
</style>
border-color css
<style>
span { border-color: #A302AC; }
span { border-color: rgb(163,2,172); }
td.TdClassName
{
border-color: #A302AC;
}
.TagClassName
{
border-color: #A302AC;
}
</style>