Shades of Medium Red Violet #AE448C
Tints of Medium Red Violet #AE448C
RGB
CMYK
RGB Variations
Color information
#AE448C (or 0xAE448C) is known color: Medium Red Violet. HEX triplet: AE, 44 and 8C. RGB value is (174,68,140). Sum of RGB (Red+Green+Blue) = 174+68+140=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE448C is #51BB73. Grayscale: #6B6B6B. Windows color (decimal): -5356404 or 9192622. OLE color: 9192622.
HSL color Cylindrical-coordinate representation of color #AE448C: hue angle of 319.25º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE448C is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 140 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.32 |
| HSL | 319.25º | 0.44% | 0.47% | - |
| HSV(B) | 319.25º | 0.61% | 0.68% | - |
| XYZ | 24.26 | 15.03 | 26.43 | - |
| YUV | 107.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 140 | 0 | 0.61 | 0.20 | 0.32 | 319.25 | 0.44 | 0.47 |
| Hex | AE | 44 | 8C | 0 | 3D | 14 | 20 | 13F | 2C | 2F |
| Octal | 256 | 104 | 214 | 0 | 75 | 24 | 40 | 477 | 54 | 57 |
| Binary | 10101110 | 1000100 | 10001100 | 0 | 111101 | 10100 | 100000 | 100111111 | 101100 | 101111 |
Color Harmonies of #AE448C
Complementary color
Monochromatic Colors of #AE448C
Black with #AE448C
Text Example
Text Example
White with #AE448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE448C; }
p { color: rgb(174,68,140); }
H1.HeaderClassName
{
color: #AE448C;
}
.AnyTagClassName
{
color: #AE448C;
}
</style>
background-color css
<style>
a { background-color: #AE448C; }
a { background-color: rgb(174,68,140); }
div.DivClassName
{
background-color: #AE448C;
}
.BgClassName
{
background-color: #AE448C;
}
</style>
border-color css
<style>
span { border-color: #AE448C; }
span { border-color: rgb(174,68,140); }
td.TdClassName
{
border-color: #AE448C;
}
.TagClassName
{
border-color: #AE448C;
}
</style>