Shades of Medium Violet Red #AE108A
Tints of Medium Violet Red #AE108A
RGB
CMYK
RGB Variations
Color information
#AE108A (or 0xAE108A) is known color: Medium Violet Red. HEX triplet: AE, 10 and 8A. RGB value is (174,16,138). Sum of RGB (Red+Green+Blue) = 174+16+138=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE108A is #51EF75. Grayscale: #4C4C4C. Windows color (decimal): -5369718 or 9048238. OLE color: 9048238.
HSL color Cylindrical-coordinate representation of color #AE108A: hue angle of 313.67º degrees, saturation: 0.83, 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 #AE108A is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 138 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.32 |
| HSL | 313.67º | 0.83% | 0.37% | - |
| HSV(B) | 313.67º | 0.91% | 0.68% | - |
| XYZ | 22.23 | 11.2 | 25.04 | - |
| YUV | 77.15 | 162.35 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 138 | 0 | 0.91 | 0.21 | 0.32 | 313.67 | 0.83 | 0.37 |
| Hex | AE | 10 | 8A | 0 | 5B | 15 | 20 | 13A | 53 | 25 |
| Octal | 256 | 20 | 212 | 0 | 133 | 25 | 40 | 472 | 123 | 45 |
| Binary | 10101110 | 10000 | 10001010 | 0 | 1011011 | 10101 | 100000 | 100111010 | 1010011 | 100101 |
Color Harmonies of #AE108A
Complementary color
Monochromatic Colors of #AE108A
Black with #AE108A
Text Example
Text Example
White with #AE108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE108A; }
p { color: rgb(174,16,138); }
H1.HeaderClassName
{
color: #AE108A;
}
.AnyTagClassName
{
color: #AE108A;
}
</style>
background-color css
<style>
a { background-color: #AE108A; }
a { background-color: rgb(174,16,138); }
div.DivClassName
{
background-color: #AE108A;
}
.BgClassName
{
background-color: #AE108A;
}
</style>
border-color css
<style>
span { border-color: #AE108A; }
span { border-color: rgb(174,16,138); }
td.TdClassName
{
border-color: #AE108A;
}
.TagClassName
{
border-color: #AE108A;
}
</style>