Shades of Medium Violet Red #AE098F
Tints of Medium Violet Red #AE098F
RGB
CMYK
RGB Variations
Color information
#AE098F (or 0xAE098F) is known color: Medium Violet Red. HEX triplet: AE, 09 and 8F. RGB value is (174,9,143). Sum of RGB (Red+Green+Blue) = 174+9+143=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE098F is #51F670. Grayscale: #494949. Windows color (decimal): -5371505 or 9374126. OLE color: 9374126.
HSL color Cylindrical-coordinate representation of color #AE098F: hue angle of 311.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE098F is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 143 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.32 |
| HSL | 311.27º | 0.9% | 0.36% | - |
| HSV(B) | 311.27º | 0.95% | 0.68% | - |
| XYZ | 22.51 | 11.18 | 26.96 | - |
| YUV | 73.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 143 | 0 | 0.95 | 0.18 | 0.32 | 311.27 | 0.9 | 0.36 |
| Hex | AE | 9 | 8F | 0 | 5F | 12 | 20 | 137 | 5A | 24 |
| Octal | 256 | 11 | 217 | 0 | 137 | 22 | 40 | 467 | 132 | 44 |
| Binary | 10101110 | 1001 | 10001111 | 0 | 1011111 | 10010 | 100000 | 100110111 | 1011010 | 100100 |
Color Harmonies of #AE098F
Complementary color
Monochromatic Colors of #AE098F
Black with #AE098F
Text Example
Text Example
White with #AE098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE098F; }
p { color: rgb(174,9,143); }
H1.HeaderClassName
{
color: #AE098F;
}
.AnyTagClassName
{
color: #AE098F;
}
</style>
background-color css
<style>
a { background-color: #AE098F; }
a { background-color: rgb(174,9,143); }
div.DivClassName
{
background-color: #AE098F;
}
.BgClassName
{
background-color: #AE098F;
}
</style>
border-color css
<style>
span { border-color: #AE098F; }
span { border-color: rgb(174,9,143); }
td.TdClassName
{
border-color: #AE098F;
}
.TagClassName
{
border-color: #AE098F;
}
</style>