Shades of Medium Red Violet #AE409B
Tints of Medium Red Violet #AE409B
RGB
CMYK
RGB Variations
Color information
#AE409B (or 0xAE409B) is known color: Medium Red Violet. HEX triplet: AE, 40 and 9B. RGB value is (174,64,155). Sum of RGB (Red+Green+Blue) = 174+64+155=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE409B is #51BF64. Grayscale: #6B6B6B. Windows color (decimal): -5357413 or 10174638. OLE color: 10174638.
HSL color Cylindrical-coordinate representation of color #AE409B: hue angle of 310.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE409B is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 155 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.32 |
| HSL | 310.36º | 0.46% | 0.47% | - |
| HSV(B) | 310.36º | 0.63% | 0.68% | - |
| XYZ | 25.21 | 15.03 | 32.58 | - |
| YUV | 107.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 155 | 0 | 0.63 | 0.11 | 0.32 | 310.36 | 0.46 | 0.47 |
| Hex | AE | 40 | 9B | 0 | 3F | B | 20 | 136 | 2E | 2F |
| Octal | 256 | 100 | 233 | 0 | 77 | 13 | 40 | 466 | 56 | 57 |
| Binary | 10101110 | 1000000 | 10011011 | 0 | 111111 | 1011 | 100000 | 100110110 | 101110 | 101111 |
Color Harmonies of #AE409B
Complementary color
Monochromatic Colors of #AE409B
Black with #AE409B
Text Example
Text Example
White with #AE409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE409B; }
p { color: rgb(174,64,155); }
H1.HeaderClassName
{
color: #AE409B;
}
.AnyTagClassName
{
color: #AE409B;
}
</style>
background-color css
<style>
a { background-color: #AE409B; }
a { background-color: rgb(174,64,155); }
div.DivClassName
{
background-color: #AE409B;
}
.BgClassName
{
background-color: #AE409B;
}
</style>
border-color css
<style>
span { border-color: #AE409B; }
span { border-color: rgb(174,64,155); }
td.TdClassName
{
border-color: #AE409B;
}
.TagClassName
{
border-color: #AE409B;
}
</style>