Shades of Medium Violet Red #AE1085
Tints of Medium Violet Red #AE1085
RGB
CMYK
RGB Variations
Color information
#AE1085 (or 0xAE1085) is known color: Medium Violet Red. HEX triplet: AE, 10 and 85. RGB value is (174,16,133). Sum of RGB (Red+Green+Blue) = 174+16+133=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1085 is #51EF7A. Grayscale: #4C4C4C. Windows color (decimal): -5369723 or 8720558. OLE color: 8720558.
HSL color Cylindrical-coordinate representation of color #AE1085: hue angle of 315.57º 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 #AE1085 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 133 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.32 |
| HSL | 315.57º | 0.83% | 0.37% | - |
| HSV(B) | 315.57º | 0.91% | 0.68% | - |
| XYZ | 21.87 | 11.06 | 23.17 | - |
| YUV | 76.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 133 | 0 | 0.91 | 0.24 | 0.32 | 315.57 | 0.83 | 0.37 |
| Hex | AE | 10 | 85 | 0 | 5B | 18 | 20 | 13C | 53 | 25 |
| Octal | 256 | 20 | 205 | 0 | 133 | 30 | 40 | 474 | 123 | 45 |
| Binary | 10101110 | 10000 | 10000101 | 0 | 1011011 | 11000 | 100000 | 100111100 | 1010011 | 100101 |
Color Harmonies of #AE1085
Complementary color
Monochromatic Colors of #AE1085
Black with #AE1085
Text Example
Text Example
White with #AE1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1085; }
p { color: rgb(174,16,133); }
H1.HeaderClassName
{
color: #AE1085;
}
.AnyTagClassName
{
color: #AE1085;
}
</style>
background-color css
<style>
a { background-color: #AE1085; }
a { background-color: rgb(174,16,133); }
div.DivClassName
{
background-color: #AE1085;
}
.BgClassName
{
background-color: #AE1085;
}
</style>
border-color css
<style>
span { border-color: #AE1085; }
span { border-color: rgb(174,16,133); }
td.TdClassName
{
border-color: #AE1085;
}
.TagClassName
{
border-color: #AE1085;
}
</style>