Shades of Dark Magenta #A309A8
Tints of Dark Magenta #A309A8
RGB
CMYK
RGB Variations
Color information
#A309A8 (or 0xA309A8) is known color: Dark Magenta. HEX triplet: A3, 09 and A8. RGB value is (163,9,168). Sum of RGB (Red+Green+Blue) = 163+9+168=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 168 (66.02% from 255 or 49.41% from 340); Max value from RGB is 168 - color contains mainly: blue. Hex color #A309A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A309A8 is #5CF657. Grayscale: #484848. Windows color (decimal): -6092376 or 11012515. OLE color: 11012515.
HSL color Cylindrical-coordinate representation of color #A309A8: hue angle of 298.11º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A309A8 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 9 | 168 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.34 |
| HSL | 298.11º | 0.9% | 0.35% | - |
| HSV(B) | 298.11º | 0.95% | 0.66% | - |
| XYZ | 22.27 | 10.81 | 37.96 | - |
| YUV | 73.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 168 | 0.03 | 0.95 | 0 | 0.34 | 298.11 | 0.9 | 0.35 |
| Hex | A3 | 9 | A8 | 3 | 5F | 0 | 22 | 12A | 5A | 23 |
| Octal | 243 | 11 | 250 | 3 | 137 | 0 | 42 | 452 | 132 | 43 |
| Binary | 10100011 | 1001 | 10101000 | 11 | 1011111 | 0 | 100010 | 100101010 | 1011010 | 100011 |
Color Harmonies of #A309A8
Complementary color
Monochromatic Colors of #A309A8
Black with #A309A8
Text Example
Text Example
White with #A309A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309A8; }
p { color: rgb(163,9,168); }
H1.HeaderClassName
{
color: #A309A8;
}
.AnyTagClassName
{
color: #A309A8;
}
</style>
background-color css
<style>
a { background-color: #A309A8; }
a { background-color: rgb(163,9,168); }
div.DivClassName
{
background-color: #A309A8;
}
.BgClassName
{
background-color: #A309A8;
}
</style>
border-color css
<style>
span { border-color: #A309A8; }
span { border-color: rgb(163,9,168); }
td.TdClassName
{
border-color: #A309A8;
}
.TagClassName
{
border-color: #A309A8;
}
</style>