Shades of Medium Red Violet #AE267A
Tints of Medium Red Violet #AE267A
RGB
CMYK
RGB Variations
Color information
#AE267A (or 0xAE267A) is known color: Medium Red Violet. HEX triplet: AE, 26 and 7A. RGB value is (174,38,122). Sum of RGB (Red+Green+Blue) = 174+38+122=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE267A is #51D985. Grayscale: #585858. Windows color (decimal): -5364102 or 8005294. OLE color: 8005294.
HSL color Cylindrical-coordinate representation of color #AE267A: hue angle of 322.94º 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 #AE267A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 122 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.32 |
| HSL | 322.94º | 0.64% | 0.42% | - |
| HSV(B) | 322.94º | 0.78% | 0.68% | - |
| XYZ | 21.66 | 11.79 | 19.55 | - |
| YUV | 88.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 122 | 0 | 0.78 | 0.30 | 0.32 | 322.94 | 0.64 | 0.42 |
| Hex | AE | 26 | 7A | 0 | 4E | 1E | 20 | 143 | 40 | 2A |
| Octal | 256 | 46 | 172 | 0 | 116 | 36 | 40 | 503 | 100 | 52 |
| Binary | 10101110 | 100110 | 1111010 | 0 | 1001110 | 11110 | 100000 | 101000011 | 1000000 | 101010 |
Color Harmonies of #AE267A
Complementary color
Monochromatic Colors of #AE267A
Black with #AE267A
Text Example
Text Example
White with #AE267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE267A; }
p { color: rgb(174,38,122); }
H1.HeaderClassName
{
color: #AE267A;
}
.AnyTagClassName
{
color: #AE267A;
}
</style>
background-color css
<style>
a { background-color: #AE267A; }
a { background-color: rgb(174,38,122); }
div.DivClassName
{
background-color: #AE267A;
}
.BgClassName
{
background-color: #AE267A;
}
</style>
border-color css
<style>
span { border-color: #AE267A; }
span { border-color: rgb(174,38,122); }
td.TdClassName
{
border-color: #AE267A;
}
.TagClassName
{
border-color: #AE267A;
}
</style>