Shades of Dark Magenta #A308A8
Tints of Dark Magenta #A308A8
RGB
CMYK
RGB Variations
Color information
#A308A8 (or 0xA308A8) is known color: Dark Magenta. HEX triplet: A3, 08 and A8. RGB value is (163,8,168). Sum of RGB (Red+Green+Blue) = 163+8+168=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 168 - color contains mainly: blue. Hex color #A308A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A308A8 is #5CF757. Grayscale: #484848. Windows color (decimal): -6092632 or 11012259. OLE color: 11012259.
HSL color Cylindrical-coordinate representation of color #A308A8: hue angle of 298.12º degrees, saturation: 0.91, 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 #A308A8 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 8 | 168 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.34 |
| HSL | 298.13º | 0.91% | 0.35% | - |
| HSV(B) | 298.13º | 0.95% | 0.66% | - |
| XYZ | 22.26 | 10.79 | 37.95 | - |
| YUV | 72.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 168 | 0.03 | 0.95 | 0 | 0.34 | 298.13 | 0.91 | 0.35 |
| Hex | A3 | 8 | A8 | 3 | 5F | 0 | 22 | 12A | 5B | 23 |
| Octal | 243 | 10 | 250 | 3 | 137 | 0 | 42 | 452 | 133 | 43 |
| Binary | 10100011 | 1000 | 10101000 | 11 | 1011111 | 0 | 100010 | 100101010 | 1011011 | 100011 |
Color Harmonies of #A308A8
Complementary color
Monochromatic Colors of #A308A8
Black with #A308A8
Text Example
Text Example
White with #A308A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308A8; }
p { color: rgb(163,8,168); }
H1.HeaderClassName
{
color: #A308A8;
}
.AnyTagClassName
{
color: #A308A8;
}
</style>
background-color css
<style>
a { background-color: #A308A8; }
a { background-color: rgb(163,8,168); }
div.DivClassName
{
background-color: #A308A8;
}
.BgClassName
{
background-color: #A308A8;
}
</style>
border-color css
<style>
span { border-color: #A308A8; }
span { border-color: rgb(163,8,168); }
td.TdClassName
{
border-color: #A308A8;
}
.TagClassName
{
border-color: #A308A8;
}
</style>