Shades of Medium Red Violet #AE428B
Tints of Medium Red Violet #AE428B
RGB
CMYK
RGB Variations
Color information
#AE428B (or 0xAE428B) is known color: Medium Red Violet. HEX triplet: AE, 42 and 8B. RGB value is (174,66,139). Sum of RGB (Red+Green+Blue) = 174+66+139=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE428B is #51BD74. Grayscale: #6A6A6A. Windows color (decimal): -5356917 or 9126574. OLE color: 9126574.
HSL color Cylindrical-coordinate representation of color #AE428B: hue angle of 319.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE428B is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 139 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.32 |
| HSL | 319.44º | 0.45% | 0.47% | - |
| HSV(B) | 319.44º | 0.62% | 0.68% | - |
| XYZ | 24.06 | 14.76 | 26.01 | - |
| YUV | 106.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 139 | 0 | 0.62 | 0.20 | 0.32 | 319.44 | 0.45 | 0.47 |
| Hex | AE | 42 | 8B | 0 | 3E | 14 | 20 | 13F | 2D | 2F |
| Octal | 256 | 102 | 213 | 0 | 76 | 24 | 40 | 477 | 55 | 57 |
| Binary | 10101110 | 1000010 | 10001011 | 0 | 111110 | 10100 | 100000 | 100111111 | 101101 | 101111 |
Color Harmonies of #AE428B
Complementary color
Monochromatic Colors of #AE428B
Black with #AE428B
Text Example
Text Example
White with #AE428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE428B; }
p { color: rgb(174,66,139); }
H1.HeaderClassName
{
color: #AE428B;
}
.AnyTagClassName
{
color: #AE428B;
}
</style>
background-color css
<style>
a { background-color: #AE428B; }
a { background-color: rgb(174,66,139); }
div.DivClassName
{
background-color: #AE428B;
}
.BgClassName
{
background-color: #AE428B;
}
</style>
border-color css
<style>
span { border-color: #AE428B; }
span { border-color: rgb(174,66,139); }
td.TdClassName
{
border-color: #AE428B;
}
.TagClassName
{
border-color: #AE428B;
}
</style>