Shades of Medium Red Violet #AE299C
Tints of Medium Red Violet #AE299C
RGB
CMYK
RGB Variations
Color information
#AE299C (or 0xAE299C) is known color: Medium Red Violet. HEX triplet: AE, 29 and 9C. RGB value is (174,41,156). Sum of RGB (Red+Green+Blue) = 174+41+156=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE299C is #51D663. Grayscale: #5D5D5D. Windows color (decimal): -5363300 or 10234286. OLE color: 10234286.
HSL color Cylindrical-coordinate representation of color #AE299C: hue angle of 308.12º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE299C is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 156 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.32 |
| HSL | 308.12º | 0.62% | 0.42% | - |
| HSV(B) | 308.12º | 0.76% | 0.68% | - |
| XYZ | 24.25 | 12.98 | 32.68 | - |
| YUV | 93.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 156 | 0 | 0.76 | 0.10 | 0.32 | 308.12 | 0.62 | 0.42 |
| Hex | AE | 29 | 9C | 0 | 4C | A | 20 | 134 | 3E | 2A |
| Octal | 256 | 51 | 234 | 0 | 114 | 12 | 40 | 464 | 76 | 52 |
| Binary | 10101110 | 101001 | 10011100 | 0 | 1001100 | 1010 | 100000 | 100110100 | 111110 | 101010 |
Color Harmonies of #AE299C
Complementary color
Monochromatic Colors of #AE299C
Black with #AE299C
Text Example
Text Example
White with #AE299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE299C; }
p { color: rgb(174,41,156); }
H1.HeaderClassName
{
color: #AE299C;
}
.AnyTagClassName
{
color: #AE299C;
}
</style>
background-color css
<style>
a { background-color: #AE299C; }
a { background-color: rgb(174,41,156); }
div.DivClassName
{
background-color: #AE299C;
}
.BgClassName
{
background-color: #AE299C;
}
</style>
border-color css
<style>
span { border-color: #AE299C; }
span { border-color: rgb(174,41,156); }
td.TdClassName
{
border-color: #AE299C;
}
.TagClassName
{
border-color: #AE299C;
}
</style>