Shades of Medium Red Violet #AE266E
Tints of Medium Red Violet #AE266E
RGB
CMYK
RGB Variations
Color information
#AE266E (or 0xAE266E) is known color: Medium Red Violet. HEX triplet: AE, 26 and 6E. RGB value is (174,38,110). Sum of RGB (Red+Green+Blue) = 174+38+110=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE266E is #51D991. Grayscale: #565656. Windows color (decimal): -5364114 or 7218862. OLE color: 7218862.
HSL color Cylindrical-coordinate representation of color #AE266E: hue angle of 328.24º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE266E is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 110 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.32 |
| HSL | 328.24º | 0.64% | 0.42% | - |
| HSV(B) | 328.24º | 0.78% | 0.68% | - |
| XYZ | 20.96 | 11.51 | 15.87 | - |
| YUV | 86.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 110 | 0 | 0.78 | 0.37 | 0.32 | 328.24 | 0.64 | 0.42 |
| Hex | AE | 26 | 6E | 0 | 4E | 25 | 20 | 148 | 40 | 2A |
| Octal | 256 | 46 | 156 | 0 | 116 | 45 | 40 | 510 | 100 | 52 |
| Binary | 10101110 | 100110 | 1101110 | 0 | 1001110 | 100101 | 100000 | 101001000 | 1000000 | 101010 |
Color Harmonies of #AE266E
Complementary color
Monochromatic Colors of #AE266E
Black with #AE266E
Text Example
Text Example
White with #AE266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE266E; }
p { color: rgb(174,38,110); }
H1.HeaderClassName
{
color: #AE266E;
}
.AnyTagClassName
{
color: #AE266E;
}
</style>
background-color css
<style>
a { background-color: #AE266E; }
a { background-color: rgb(174,38,110); }
div.DivClassName
{
background-color: #AE266E;
}
.BgClassName
{
background-color: #AE266E;
}
</style>
border-color css
<style>
span { border-color: #AE266E; }
span { border-color: rgb(174,38,110); }
td.TdClassName
{
border-color: #AE266E;
}
.TagClassName
{
border-color: #AE266E;
}
</style>