Shades of Medium Violet Red #AE108C
Tints of Medium Violet Red #AE108C
RGB
CMYK
RGB Variations
Color information
#AE108C (or 0xAE108C) is known color: Medium Violet Red. HEX triplet: AE, 10 and 8C. RGB value is (174,16,140). Sum of RGB (Red+Green+Blue) = 174+16+140=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE108C is #51EF73. Grayscale: #4D4D4D. Windows color (decimal): -5369716 or 9179310. OLE color: 9179310.
HSL color Cylindrical-coordinate representation of color #AE108C: hue angle of 312.91º 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 #AE108C is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 140 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.32 |
| HSL | 312.91º | 0.83% | 0.37% | - |
| HSV(B) | 312.91º | 0.91% | 0.68% | - |
| XYZ | 22.37 | 11.26 | 25.81 | - |
| YUV | 77.38 | 163.35 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 140 | 0 | 0.91 | 0.20 | 0.32 | 312.91 | 0.83 | 0.37 |
| Hex | AE | 10 | 8C | 0 | 5B | 14 | 20 | 139 | 53 | 25 |
| Octal | 256 | 20 | 214 | 0 | 133 | 24 | 40 | 471 | 123 | 45 |
| Binary | 10101110 | 10000 | 10001100 | 0 | 1011011 | 10100 | 100000 | 100111001 | 1010011 | 100101 |
Color Harmonies of #AE108C
Complementary color
Monochromatic Colors of #AE108C
Black with #AE108C
Text Example
Text Example
White with #AE108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE108C; }
p { color: rgb(174,16,140); }
H1.HeaderClassName
{
color: #AE108C;
}
.AnyTagClassName
{
color: #AE108C;
}
</style>
background-color css
<style>
a { background-color: #AE108C; }
a { background-color: rgb(174,16,140); }
div.DivClassName
{
background-color: #AE108C;
}
.BgClassName
{
background-color: #AE108C;
}
</style>
border-color css
<style>
span { border-color: #AE108C; }
span { border-color: rgb(174,16,140); }
td.TdClassName
{
border-color: #AE108C;
}
.TagClassName
{
border-color: #AE108C;
}
</style>