Shades of Medium Violet Red #AE068D
Tints of Medium Violet Red #AE068D
RGB
CMYK
RGB Variations
Color information
#AE068D (or 0xAE068D) is known color: Medium Violet Red. HEX triplet: AE, 06 and 8D. RGB value is (174,6,141). Sum of RGB (Red+Green+Blue) = 174+6+141=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE068D is #51F972. Grayscale: #474747. Windows color (decimal): -5372275 or 9242286. OLE color: 9242286.
HSL color Cylindrical-coordinate representation of color #AE068D: hue angle of 311.79º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE068D is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.32 |
| HSL | 311.79º | 0.93% | 0.35% | - |
| HSV(B) | 311.79º | 0.97% | 0.68% | - |
| XYZ | 22.33 | 11.05 | 26.16 | - |
| YUV | 71.62 | 167.16 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 6 | 141 | 0 | 0.97 | 0.19 | 0.32 | 311.79 | 0.93 | 0.35 |
| Hex | AE | 6 | 8D | 0 | 61 | 13 | 20 | 138 | 5D | 23 |
| Octal | 256 | 6 | 215 | 0 | 141 | 23 | 40 | 470 | 135 | 43 |
| Binary | 10101110 | 110 | 10001101 | 0 | 1100001 | 10011 | 100000 | 100111000 | 1011101 | 100011 |
Color Harmonies of #AE068D
Complementary color
Monochromatic Colors of #AE068D
Black with #AE068D
Text Example
Text Example
White with #AE068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE068D; }
p { color: rgb(174,6,141); }
H1.HeaderClassName
{
color: #AE068D;
}
.AnyTagClassName
{
color: #AE068D;
}
</style>
background-color css
<style>
a { background-color: #AE068D; }
a { background-color: rgb(174,6,141); }
div.DivClassName
{
background-color: #AE068D;
}
.BgClassName
{
background-color: #AE068D;
}
</style>
border-color css
<style>
span { border-color: #AE068D; }
span { border-color: rgb(174,6,141); }
td.TdClassName
{
border-color: #AE068D;
}
.TagClassName
{
border-color: #AE068D;
}
</style>