Shades of Medium Red Violet #AE3675
Tints of Medium Red Violet #AE3675
RGB
CMYK
RGB Variations
Color information
#AE3675 (or 0xAE3675) is known color: Medium Red Violet. HEX triplet: AE, 36 and 75. RGB value is (174,54,117). Sum of RGB (Red+Green+Blue) = 174+54+117=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3675 is #51C98A. Grayscale: #606060. Windows color (decimal): -5360011 or 7681710. OLE color: 7681710.
HSL color Cylindrical-coordinate representation of color #AE3675: hue angle of 328.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE3675 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 117 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.32 |
| HSL | 328.5º | 0.53% | 0.45% | - |
| HSV(B) | 328.5º | 0.69% | 0.68% | - |
| XYZ | 21.99 | 12.92 | 18.16 | - |
| YUV | 97.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 117 | 0 | 0.69 | 0.33 | 0.32 | 328.5 | 0.53 | 0.45 |
| Hex | AE | 36 | 75 | 0 | 45 | 21 | 20 | 148 | 35 | 2D |
| Octal | 256 | 66 | 165 | 0 | 105 | 41 | 40 | 510 | 65 | 55 |
| Binary | 10101110 | 110110 | 1110101 | 0 | 1000101 | 100001 | 100000 | 101001000 | 110101 | 101101 |
Color Harmonies of #AE3675
Complementary color
Monochromatic Colors of #AE3675
Black with #AE3675
Text Example
Text Example
White with #AE3675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3675; }
p { color: rgb(174,54,117); }
H1.HeaderClassName
{
color: #AE3675;
}
.AnyTagClassName
{
color: #AE3675;
}
</style>
background-color css
<style>
a { background-color: #AE3675; }
a { background-color: rgb(174,54,117); }
div.DivClassName
{
background-color: #AE3675;
}
.BgClassName
{
background-color: #AE3675;
}
</style>
border-color css
<style>
span { border-color: #AE3675; }
span { border-color: rgb(174,54,117); }
td.TdClassName
{
border-color: #AE3675;
}
.TagClassName
{
border-color: #AE3675;
}
</style>