Shades of Dark Magenta #AE0FA6
Tints of Dark Magenta #AE0FA6
RGB
CMYK
RGB Variations
Color information
#AE0FA6 (or 0xAE0FA6) is known color: Dark Magenta. HEX triplet: AE, 0F and A6. RGB value is (174,15,166). Sum of RGB (Red+Green+Blue) = 174+15+166=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0FA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0FA6 is #51F059. Grayscale: #4F4F4F. Windows color (decimal): -5369946 or 10882990. OLE color: 10882990.
HSL color Cylindrical-coordinate representation of color #AE0FA6: hue angle of 303.02º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0FA6 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 166 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.32 |
| HSL | 303.02º | 0.84% | 0.37% | - |
| HSV(B) | 303.02º | 0.91% | 0.68% | - |
| XYZ | 24.51 | 12.09 | 37.12 | - |
| YUV | 79.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 166 | 0 | 0.91 | 0.05 | 0.32 | 303.02 | 0.84 | 0.37 |
| Hex | AE | F | A6 | 0 | 5B | 5 | 20 | 12F | 54 | 25 |
| Octal | 256 | 17 | 246 | 0 | 133 | 5 | 40 | 457 | 124 | 45 |
| Binary | 10101110 | 1111 | 10100110 | 0 | 1011011 | 101 | 100000 | 100101111 | 1010100 | 100101 |
Color Harmonies of #AE0FA6
Complementary color
Monochromatic Colors of #AE0FA6
Black with #AE0FA6
Text Example
Text Example
White with #AE0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FA6; }
p { color: rgb(174,15,166); }
H1.HeaderClassName
{
color: #AE0FA6;
}
.AnyTagClassName
{
color: #AE0FA6;
}
</style>
background-color css
<style>
a { background-color: #AE0FA6; }
a { background-color: rgb(174,15,166); }
div.DivClassName
{
background-color: #AE0FA6;
}
.BgClassName
{
background-color: #AE0FA6;
}
</style>
border-color css
<style>
span { border-color: #AE0FA6; }
span { border-color: rgb(174,15,166); }
td.TdClassName
{
border-color: #AE0FA6;
}
.TagClassName
{
border-color: #AE0FA6;
}
</style>