Shades of Medium Violet Red #AE087B
Tints of Medium Violet Red #AE087B
RGB
CMYK
RGB Variations
Color information
#AE087B (or 0xAE087B) is known color: Medium Violet Red. HEX triplet: AE, 08 and 7B. RGB value is (174,8,123). Sum of RGB (Red+Green+Blue) = 174+8+123=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE087B is #51F784. Grayscale: #464646. Windows color (decimal): -5371781 or 8063150. OLE color: 8063150.
HSL color Cylindrical-coordinate representation of color #AE087B: hue angle of 318.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE087B is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 123 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.32 |
| HSL | 318.43º | 0.91% | 0.36% | - |
| HSV(B) | 318.43º | 0.95% | 0.68% | - |
| XYZ | 21.12 | 10.6 | 19.67 | - |
| YUV | 70.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 123 | 0 | 0.95 | 0.29 | 0.32 | 318.43 | 0.91 | 0.36 |
| Hex | AE | 8 | 7B | 0 | 5F | 1D | 20 | 13E | 5B | 24 |
| Octal | 256 | 10 | 173 | 0 | 137 | 35 | 40 | 476 | 133 | 44 |
| Binary | 10101110 | 1000 | 1111011 | 0 | 1011111 | 11101 | 100000 | 100111110 | 1011011 | 100100 |
Color Harmonies of #AE087B
Complementary color
Monochromatic Colors of #AE087B
Black with #AE087B
Text Example
Text Example
White with #AE087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE087B; }
p { color: rgb(174,8,123); }
H1.HeaderClassName
{
color: #AE087B;
}
.AnyTagClassName
{
color: #AE087B;
}
</style>
background-color css
<style>
a { background-color: #AE087B; }
a { background-color: rgb(174,8,123); }
div.DivClassName
{
background-color: #AE087B;
}
.BgClassName
{
background-color: #AE087B;
}
</style>
border-color css
<style>
span { border-color: #AE087B; }
span { border-color: rgb(174,8,123); }
td.TdClassName
{
border-color: #AE087B;
}
.TagClassName
{
border-color: #AE087B;
}
</style>