Shades of Medium Violet Red #AE0785
Tints of Medium Violet Red #AE0785
RGB
CMYK
RGB Variations
Color information
#AE0785 (or 0xAE0785) is known color: Medium Violet Red. HEX triplet: AE, 07 and 85. RGB value is (174,7,133). Sum of RGB (Red+Green+Blue) = 174+7+133=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0785 is #51F87A. Grayscale: #464646. Windows color (decimal): -5372027 or 8718254. OLE color: 8718254.
HSL color Cylindrical-coordinate representation of color #AE0785: hue angle of 314.73º 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 #AE0785 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 133 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.32 |
| HSL | 314.73º | 0.92% | 0.35% | - |
| HSV(B) | 314.73º | 0.96% | 0.68% | - |
| XYZ | 21.77 | 10.84 | 23.14 | - |
| YUV | 71.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 133 | 0 | 0.96 | 0.24 | 0.32 | 314.73 | 0.92 | 0.35 |
| Hex | AE | 7 | 85 | 0 | 60 | 18 | 20 | 13B | 5C | 23 |
| Octal | 256 | 7 | 205 | 0 | 140 | 30 | 40 | 473 | 134 | 43 |
| Binary | 10101110 | 111 | 10000101 | 0 | 1100000 | 11000 | 100000 | 100111011 | 1011100 | 100011 |
Color Harmonies of #AE0785
Complementary color
Monochromatic Colors of #AE0785
Black with #AE0785
Text Example
Text Example
White with #AE0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0785; }
p { color: rgb(174,7,133); }
H1.HeaderClassName
{
color: #AE0785;
}
.AnyTagClassName
{
color: #AE0785;
}
</style>
background-color css
<style>
a { background-color: #AE0785; }
a { background-color: rgb(174,7,133); }
div.DivClassName
{
background-color: #AE0785;
}
.BgClassName
{
background-color: #AE0785;
}
</style>
border-color css
<style>
span { border-color: #AE0785; }
span { border-color: rgb(174,7,133); }
td.TdClassName
{
border-color: #AE0785;
}
.TagClassName
{
border-color: #AE0785;
}
</style>