Shades of Medium Violet Red #AE077D
Tints of Medium Violet Red #AE077D
RGB
CMYK
RGB Variations
Color information
#AE077D (or 0xAE077D) is known color: Medium Violet Red. HEX triplet: AE, 07 and 7D. RGB value is (174,7,125). Sum of RGB (Red+Green+Blue) = 174+7+125=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE077D is #51F882. Grayscale: #464646. Windows color (decimal): -5372035 or 8193966. OLE color: 8193966.
HSL color Cylindrical-coordinate representation of color #AE077D: hue angle of 317.6º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE077D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 125 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.32 |
| HSL | 317.6º | 0.92% | 0.35% | - |
| HSV(B) | 317.6º | 0.96% | 0.68% | - |
| XYZ | 21.23 | 10.63 | 20.33 | - |
| YUV | 70.39 | 158.83 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 125 | 0 | 0.96 | 0.28 | 0.32 | 317.6 | 0.92 | 0.35 |
| Hex | AE | 7 | 7D | 0 | 60 | 1C | 20 | 13E | 5C | 23 |
| Octal | 256 | 7 | 175 | 0 | 140 | 34 | 40 | 476 | 134 | 43 |
| Binary | 10101110 | 111 | 1111101 | 0 | 1100000 | 11100 | 100000 | 100111110 | 1011100 | 100011 |
Color Harmonies of #AE077D
Complementary color
Monochromatic Colors of #AE077D
Black with #AE077D
Text Example
Text Example
White with #AE077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE077D; }
p { color: rgb(174,7,125); }
H1.HeaderClassName
{
color: #AE077D;
}
.AnyTagClassName
{
color: #AE077D;
}
</style>
background-color css
<style>
a { background-color: #AE077D; }
a { background-color: rgb(174,7,125); }
div.DivClassName
{
background-color: #AE077D;
}
.BgClassName
{
background-color: #AE077D;
}
</style>
border-color css
<style>
span { border-color: #AE077D; }
span { border-color: rgb(174,7,125); }
td.TdClassName
{
border-color: #AE077D;
}
.TagClassName
{
border-color: #AE077D;
}
</style>