Shades of Medium Red Violet #AE2475
Tints of Medium Red Violet #AE2475
RGB
CMYK
RGB Variations
Color information
#AE2475 (or 0xAE2475) is known color: Medium Red Violet. HEX triplet: AE, 24 and 75. RGB value is (174,36,117). Sum of RGB (Red+Green+Blue) = 174+36+117=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2475 is #51DB8A. Grayscale: #565656. Windows color (decimal): -5364619 or 7677102. OLE color: 7677102.
HSL color Cylindrical-coordinate representation of color #AE2475: hue angle of 324.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2475 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 117 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.32 |
| HSL | 324.78º | 0.66% | 0.41% | - |
| HSV(B) | 324.78º | 0.79% | 0.68% | - |
| XYZ | 21.3 | 11.54 | 17.94 | - |
| YUV | 86.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 117 | 0 | 0.79 | 0.33 | 0.32 | 324.78 | 0.66 | 0.41 |
| Hex | AE | 24 | 75 | 0 | 4F | 21 | 20 | 145 | 42 | 29 |
| Octal | 256 | 44 | 165 | 0 | 117 | 41 | 40 | 505 | 102 | 51 |
| Binary | 10101110 | 100100 | 1110101 | 0 | 1001111 | 100001 | 100000 | 101000101 | 1000010 | 101001 |
Color Harmonies of #AE2475
Complementary color
Monochromatic Colors of #AE2475
Black with #AE2475
Text Example
Text Example
White with #AE2475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2475; }
p { color: rgb(174,36,117); }
H1.HeaderClassName
{
color: #AE2475;
}
.AnyTagClassName
{
color: #AE2475;
}
</style>
background-color css
<style>
a { background-color: #AE2475; }
a { background-color: rgb(174,36,117); }
div.DivClassName
{
background-color: #AE2475;
}
.BgClassName
{
background-color: #AE2475;
}
</style>
border-color css
<style>
span { border-color: #AE2475; }
span { border-color: rgb(174,36,117); }
td.TdClassName
{
border-color: #AE2475;
}
.TagClassName
{
border-color: #AE2475;
}
</style>