Shades of Medium Violet Red #AE097B
Tints of Medium Violet Red #AE097B
RGB
CMYK
RGB Variations
Color information
#AE097B (or 0xAE097B) is known color: Medium Violet Red. HEX triplet: AE, 09 and 7B. RGB value is (174,9,123). Sum of RGB (Red+Green+Blue) = 174+9+123=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE097B is #51F684. Grayscale: #474747. Windows color (decimal): -5371525 or 8063406. OLE color: 8063406.
HSL color Cylindrical-coordinate representation of color #AE097B: hue angle of 318.55º 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 #AE097B is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 123 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.32 |
| HSL | 318.55º | 0.9% | 0.36% | - |
| HSV(B) | 318.55º | 0.95% | 0.68% | - |
| XYZ | 21.13 | 10.62 | 19.68 | - |
| YUV | 71.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 123 | 0 | 0.95 | 0.29 | 0.32 | 318.55 | 0.9 | 0.36 |
| Hex | AE | 9 | 7B | 0 | 5F | 1D | 20 | 13F | 5A | 24 |
| Octal | 256 | 11 | 173 | 0 | 137 | 35 | 40 | 477 | 132 | 44 |
| Binary | 10101110 | 1001 | 1111011 | 0 | 1011111 | 11101 | 100000 | 100111111 | 1011010 | 100100 |
Color Harmonies of #AE097B
Complementary color
Monochromatic Colors of #AE097B
Black with #AE097B
Text Example
Text Example
White with #AE097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE097B; }
p { color: rgb(174,9,123); }
H1.HeaderClassName
{
color: #AE097B;
}
.AnyTagClassName
{
color: #AE097B;
}
</style>
background-color css
<style>
a { background-color: #AE097B; }
a { background-color: rgb(174,9,123); }
div.DivClassName
{
background-color: #AE097B;
}
.BgClassName
{
background-color: #AE097B;
}
</style>
border-color css
<style>
span { border-color: #AE097B; }
span { border-color: rgb(174,9,123); }
td.TdClassName
{
border-color: #AE097B;
}
.TagClassName
{
border-color: #AE097B;
}
</style>