Shades of Medium Violet Red #AE1CA7
Tints of Medium Violet Red #AE1CA7
RGB
CMYK
RGB Variations
Color information
#AE1CA7 (or 0xAE1CA7) is known color: Medium Violet Red. HEX triplet: AE, 1C and A7. RGB value is (174,28,167). Sum of RGB (Red+Green+Blue) = 174+28+167=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1CA7 is #51E358. Grayscale: #575757. Windows color (decimal): -5366617 or 10951854. OLE color: 10951854.
HSL color Cylindrical-coordinate representation of color #AE1CA7: hue angle of 302.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1CA7 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 167 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.32 |
| HSL | 302.88º | 0.72% | 0.4% | - |
| HSV(B) | 302.88º | 0.84% | 0.68% | - |
| XYZ | 24.85 | 12.62 | 37.69 | - |
| YUV | 87.5 | 172.87 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 167 | 0 | 0.84 | 0.04 | 0.32 | 302.88 | 0.72 | 0.4 |
| Hex | AE | 1C | A7 | 0 | 54 | 4 | 20 | 12F | 48 | 28 |
| Octal | 256 | 34 | 247 | 0 | 124 | 4 | 40 | 457 | 110 | 50 |
| Binary | 10101110 | 11100 | 10100111 | 0 | 1010100 | 100 | 100000 | 100101111 | 1001000 | 101000 |
Color Harmonies of #AE1CA7
Complementary color
Monochromatic Colors of #AE1CA7
Black with #AE1CA7
Text Example
Text Example
White with #AE1CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1CA7; }
p { color: rgb(174,28,167); }
H1.HeaderClassName
{
color: #AE1CA7;
}
.AnyTagClassName
{
color: #AE1CA7;
}
</style>
background-color css
<style>
a { background-color: #AE1CA7; }
a { background-color: rgb(174,28,167); }
div.DivClassName
{
background-color: #AE1CA7;
}
.BgClassName
{
background-color: #AE1CA7;
}
</style>
border-color css
<style>
span { border-color: #AE1CA7; }
span { border-color: rgb(174,28,167); }
td.TdClassName
{
border-color: #AE1CA7;
}
.TagClassName
{
border-color: #AE1CA7;
}
</style>