Shades of Dark Magenta #A302A8
Tints of Dark Magenta #A302A8
RGB
CMYK
RGB Variations
Color information
#A302A8 (or 0xA302A8) is known color: Dark Magenta. HEX triplet: A3, 02 and A8. RGB value is (163,2,168). Sum of RGB (Red+Green+Blue) = 163+2+168=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 168 (66.02% from 255 or 50.45% from 333); Max value from RGB is 168 - color contains mainly: blue. Hex color #A302A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A302A8 is #5CFD57. Grayscale: #444444. Windows color (decimal): -6094168 or 11010723. OLE color: 11010723.
HSL color Cylindrical-coordinate representation of color #A302A8: hue angle of 298.19º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302A8 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 2 | 168 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.34 |
| HSL | 298.19º | 0.98% | 0.33% | - |
| HSV(B) | 298.19º | 0.99% | 0.66% | - |
| XYZ | 22.19 | 10.66 | 37.93 | - |
| YUV | 69.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 168 | 0.03 | 0.99 | 0 | 0.34 | 298.19 | 0.98 | 0.33 |
| Hex | A3 | 2 | A8 | 3 | 63 | 0 | 22 | 12A | 62 | 21 |
| Octal | 243 | 2 | 250 | 3 | 143 | 0 | 42 | 452 | 142 | 41 |
| Binary | 10100011 | 10 | 10101000 | 11 | 1100011 | 0 | 100010 | 100101010 | 1100010 | 100001 |
Color Harmonies of #A302A8
Complementary color
Monochromatic Colors of #A302A8
Black with #A302A8
Text Example
Text Example
White with #A302A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302A8; }
p { color: rgb(163,2,168); }
H1.HeaderClassName
{
color: #A302A8;
}
.AnyTagClassName
{
color: #A302A8;
}
</style>
background-color css
<style>
a { background-color: #A302A8; }
a { background-color: rgb(163,2,168); }
div.DivClassName
{
background-color: #A302A8;
}
.BgClassName
{
background-color: #A302A8;
}
</style>
border-color css
<style>
span { border-color: #A302A8; }
span { border-color: rgb(163,2,168); }
td.TdClassName
{
border-color: #A302A8;
}
.TagClassName
{
border-color: #A302A8;
}
</style>