Shades of Medium Violet Red #AE0F9B
Tints of Medium Violet Red #AE0F9B
RGB
CMYK
RGB Variations
Color information
#AE0F9B (or 0xAE0F9B) is known color: Medium Violet Red. HEX triplet: AE, 0F and 9B. RGB value is (174,15,155). Sum of RGB (Red+Green+Blue) = 174+15+155=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0F9B is #51F064. Grayscale: #4E4E4E. Windows color (decimal): -5369957 or 10162094. OLE color: 10162094.
HSL color Cylindrical-coordinate representation of color #AE0F9B: hue angle of 307.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F9B is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 155 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.32 |
| HSL | 307.17º | 0.84% | 0.37% | - |
| HSV(B) | 307.17º | 0.91% | 0.68% | - |
| XYZ | 23.54 | 11.71 | 32.03 | - |
| YUV | 78.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 155 | 0 | 0.91 | 0.11 | 0.32 | 307.17 | 0.84 | 0.37 |
| Hex | AE | F | 9B | 0 | 5B | B | 20 | 133 | 54 | 25 |
| Octal | 256 | 17 | 233 | 0 | 133 | 13 | 40 | 463 | 124 | 45 |
| Binary | 10101110 | 1111 | 10011011 | 0 | 1011011 | 1011 | 100000 | 100110011 | 1010100 | 100101 |
Color Harmonies of #AE0F9B
Complementary color
Monochromatic Colors of #AE0F9B
Black with #AE0F9B
Text Example
Text Example
White with #AE0F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0F9B; }
p { color: rgb(174,15,155); }
H1.HeaderClassName
{
color: #AE0F9B;
}
.AnyTagClassName
{
color: #AE0F9B;
}
</style>
background-color css
<style>
a { background-color: #AE0F9B; }
a { background-color: rgb(174,15,155); }
div.DivClassName
{
background-color: #AE0F9B;
}
.BgClassName
{
background-color: #AE0F9B;
}
</style>
border-color css
<style>
span { border-color: #AE0F9B; }
span { border-color: rgb(174,15,155); }
td.TdClassName
{
border-color: #AE0F9B;
}
.TagClassName
{
border-color: #AE0F9B;
}
</style>