Shades of Medium Red Violet #AE2270
Tints of Medium Red Violet #AE2270
RGB
CMYK
RGB Variations
Color information
#AE2270 (or 0xAE2270) is known color: Medium Red Violet. HEX triplet: AE, 22 and 70. RGB value is (174,34,112). Sum of RGB (Red+Green+Blue) = 174+34+112=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2270 is #51DD8F. Grayscale: #545454. Windows color (decimal): -5365136 or 7348910. OLE color: 7348910.
HSL color Cylindrical-coordinate representation of color #AE2270: hue angle of 326.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2270 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 112 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.32 |
| HSL | 326.57º | 0.67% | 0.41% | - |
| HSV(B) | 326.57º | 0.8% | 0.68% | - |
| XYZ | 20.95 | 11.31 | 16.41 | - |
| YUV | 84.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 112 | 0 | 0.80 | 0.36 | 0.32 | 326.57 | 0.67 | 0.41 |
| Hex | AE | 22 | 70 | 0 | 50 | 24 | 20 | 147 | 43 | 29 |
| Octal | 256 | 42 | 160 | 0 | 120 | 44 | 40 | 507 | 103 | 51 |
| Binary | 10101110 | 100010 | 1110000 | 0 | 1010000 | 100100 | 100000 | 101000111 | 1000011 | 101001 |
Color Harmonies of #AE2270
Complementary color
Monochromatic Colors of #AE2270
Black with #AE2270
Text Example
Text Example
White with #AE2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2270; }
p { color: rgb(174,34,112); }
H1.HeaderClassName
{
color: #AE2270;
}
.AnyTagClassName
{
color: #AE2270;
}
</style>
background-color css
<style>
a { background-color: #AE2270; }
a { background-color: rgb(174,34,112); }
div.DivClassName
{
background-color: #AE2270;
}
.BgClassName
{
background-color: #AE2270;
}
</style>
border-color css
<style>
span { border-color: #AE2270; }
span { border-color: rgb(174,34,112); }
td.TdClassName
{
border-color: #AE2270;
}
.TagClassName
{
border-color: #AE2270;
}
</style>