Shades of Dark Magenta #A30FA7
Tints of Dark Magenta #A30FA7
RGB
CMYK
RGB Variations
Color information
#A30FA7 (or 0xA30FA7) is known color: Dark Magenta. HEX triplet: A3, 0F and A7. RGB value is (163,15,167). Sum of RGB (Red+Green+Blue) = 163+15+167=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #A30FA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FA7 is #5CF058. Grayscale: #4C4C4C. Windows color (decimal): -6090841 or 10948515. OLE color: 10948515.
HSL color Cylindrical-coordinate representation of color #A30FA7: hue angle of 298.42º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30FA7 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 15 | 167 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.35 |
| HSL | 298.42º | 0.84% | 0.36% | - |
| HSV(B) | 298.42º | 0.91% | 0.65% | - |
| XYZ | 22.25 | 10.92 | 37.49 | - |
| YUV | 76.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 167 | 0.02 | 0.91 | 0 | 0.35 | 298.42 | 0.84 | 0.36 |
| Hex | A3 | F | A7 | 2 | 5B | 0 | 23 | 12A | 54 | 24 |
| Octal | 243 | 17 | 247 | 2 | 133 | 0 | 43 | 452 | 124 | 44 |
| Binary | 10100011 | 1111 | 10100111 | 10 | 1011011 | 0 | 100011 | 100101010 | 1010100 | 100100 |
Color Harmonies of #A30FA7
Complementary color
Monochromatic Colors of #A30FA7
Black with #A30FA7
Text Example
Text Example
White with #A30FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FA7; }
p { color: rgb(163,15,167); }
H1.HeaderClassName
{
color: #A30FA7;
}
.AnyTagClassName
{
color: #A30FA7;
}
</style>
background-color css
<style>
a { background-color: #A30FA7; }
a { background-color: rgb(163,15,167); }
div.DivClassName
{
background-color: #A30FA7;
}
.BgClassName
{
background-color: #A30FA7;
}
</style>
border-color css
<style>
span { border-color: #A30FA7; }
span { border-color: rgb(163,15,167); }
td.TdClassName
{
border-color: #A30FA7;
}
.TagClassName
{
border-color: #A30FA7;
}
</style>