Shades of Medium Violet Red #AE109B
Tints of Medium Violet Red #AE109B
RGB
CMYK
RGB Variations
Color information
#AE109B (or 0xAE109B) is known color: Medium Violet Red. HEX triplet: AE, 10 and 9B. RGB value is (174,16,155). Sum of RGB (Red+Green+Blue) = 174+16+155=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE109B is #51EF64. Grayscale: #4E4E4E. Windows color (decimal): -5369701 or 10162350. OLE color: 10162350.
HSL color Cylindrical-coordinate representation of color #AE109B: hue angle of 307.22º 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 #AE109B is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 155 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.32 |
| HSL | 307.22º | 0.83% | 0.37% | - |
| HSV(B) | 307.22º | 0.91% | 0.68% | - |
| XYZ | 23.56 | 11.74 | 32.03 | - |
| YUV | 79.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 155 | 0 | 0.91 | 0.11 | 0.32 | 307.22 | 0.83 | 0.37 |
| Hex | AE | 10 | 9B | 0 | 5B | B | 20 | 133 | 53 | 25 |
| Octal | 256 | 20 | 233 | 0 | 133 | 13 | 40 | 463 | 123 | 45 |
| Binary | 10101110 | 10000 | 10011011 | 0 | 1011011 | 1011 | 100000 | 100110011 | 1010011 | 100101 |
Color Harmonies of #AE109B
Complementary color
Monochromatic Colors of #AE109B
Black with #AE109B
Text Example
Text Example
White with #AE109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE109B; }
p { color: rgb(174,16,155); }
H1.HeaderClassName
{
color: #AE109B;
}
.AnyTagClassName
{
color: #AE109B;
}
</style>
background-color css
<style>
a { background-color: #AE109B; }
a { background-color: rgb(174,16,155); }
div.DivClassName
{
background-color: #AE109B;
}
.BgClassName
{
background-color: #AE109B;
}
</style>
border-color css
<style>
span { border-color: #AE109B; }
span { border-color: rgb(174,16,155); }
td.TdClassName
{
border-color: #AE109B;
}
.TagClassName
{
border-color: #AE109B;
}
</style>