Shades of Medium Violet Red #AE0285
Tints of Medium Violet Red #AE0285
RGB
CMYK
RGB Variations
Color information
#AE0285 (or 0xAE0285) is known color: Medium Violet Red. HEX triplet: AE, 02 and 85. RGB value is (174,2,133). Sum of RGB (Red+Green+Blue) = 174+2+133=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0285 is #51FD7A. Grayscale: #444444. Windows color (decimal): -5373307 or 8716974. OLE color: 8716974.
HSL color Cylindrical-coordinate representation of color #AE0285: hue angle of 314.3º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0285 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.32 |
| HSL | 314.3º | 0.98% | 0.35% | - |
| HSV(B) | 314.3º | 0.99% | 0.68% | - |
| XYZ | 21.71 | 10.74 | 23.12 | - |
| YUV | 68.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 133 | 0 | 0.99 | 0.24 | 0.32 | 314.3 | 0.98 | 0.35 |
| Hex | AE | 2 | 85 | 0 | 63 | 18 | 20 | 13A | 62 | 23 |
| Octal | 256 | 2 | 205 | 0 | 143 | 30 | 40 | 472 | 142 | 43 |
| Binary | 10101110 | 10 | 10000101 | 0 | 1100011 | 11000 | 100000 | 100111010 | 1100010 | 100011 |
Color Harmonies of #AE0285
Complementary color
Monochromatic Colors of #AE0285
Black with #AE0285
Text Example
Text Example
White with #AE0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0285; }
p { color: rgb(174,2,133); }
H1.HeaderClassName
{
color: #AE0285;
}
.AnyTagClassName
{
color: #AE0285;
}
</style>
background-color css
<style>
a { background-color: #AE0285; }
a { background-color: rgb(174,2,133); }
div.DivClassName
{
background-color: #AE0285;
}
.BgClassName
{
background-color: #AE0285;
}
</style>
border-color css
<style>
span { border-color: #AE0285; }
span { border-color: rgb(174,2,133); }
td.TdClassName
{
border-color: #AE0285;
}
.TagClassName
{
border-color: #AE0285;
}
</style>