Shades of Medium Violet Red #AE189C
Tints of Medium Violet Red #AE189C
RGB
CMYK
RGB Variations
Color information
#AE189C (or 0xAE189C) is known color: Medium Violet Red. HEX triplet: AE, 18 and 9C. RGB value is (174,24,156). Sum of RGB (Red+Green+Blue) = 174+24+156=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE189C is #51E763. Grayscale: #535353. Windows color (decimal): -5367652 or 10229934. OLE color: 10229934.
HSL color Cylindrical-coordinate representation of color #AE189C: hue angle of 307.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE189C is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 156 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.32 |
| HSL | 307.2º | 0.76% | 0.39% | - |
| HSV(B) | 307.2º | 0.86% | 0.68% | - |
| XYZ | 23.78 | 12.05 | 32.53 | - |
| YUV | 83.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 156 | 0 | 0.86 | 0.10 | 0.32 | 307.2 | 0.76 | 0.39 |
| Hex | AE | 18 | 9C | 0 | 56 | A | 20 | 133 | 4C | 27 |
| Octal | 256 | 30 | 234 | 0 | 126 | 12 | 40 | 463 | 114 | 47 |
| Binary | 10101110 | 11000 | 10011100 | 0 | 1010110 | 1010 | 100000 | 100110011 | 1001100 | 100111 |
Color Harmonies of #AE189C
Complementary color
Monochromatic Colors of #AE189C
Black with #AE189C
Text Example
Text Example
White with #AE189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE189C; }
p { color: rgb(174,24,156); }
H1.HeaderClassName
{
color: #AE189C;
}
.AnyTagClassName
{
color: #AE189C;
}
</style>
background-color css
<style>
a { background-color: #AE189C; }
a { background-color: rgb(174,24,156); }
div.DivClassName
{
background-color: #AE189C;
}
.BgClassName
{
background-color: #AE189C;
}
</style>
border-color css
<style>
span { border-color: #AE189C; }
span { border-color: rgb(174,24,156); }
td.TdClassName
{
border-color: #AE189C;
}
.TagClassName
{
border-color: #AE189C;
}
</style>