Shades of Medium Red Violet #AE268A
Tints of Medium Red Violet #AE268A
RGB
CMYK
RGB Variations
Color information
#AE268A (or 0xAE268A) is known color: Medium Red Violet. HEX triplet: AE, 26 and 8A. RGB value is (174,38,138). Sum of RGB (Red+Green+Blue) = 174+38+138=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE268A is #51D975. Grayscale: #595959. Windows color (decimal): -5364086 or 9053870. OLE color: 9053870.
HSL color Cylindrical-coordinate representation of color #AE268A: hue angle of 315.88º 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 #AE268A is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 138 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.32 |
| HSL | 315.88º | 0.64% | 0.42% | - |
| HSV(B) | 315.88º | 0.78% | 0.68% | - |
| XYZ | 22.74 | 12.22 | 25.21 | - |
| YUV | 90.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 138 | 0 | 0.78 | 0.21 | 0.32 | 315.88 | 0.64 | 0.42 |
| Hex | AE | 26 | 8A | 0 | 4E | 15 | 20 | 13C | 40 | 2A |
| Octal | 256 | 46 | 212 | 0 | 116 | 25 | 40 | 474 | 100 | 52 |
| Binary | 10101110 | 100110 | 10001010 | 0 | 1001110 | 10101 | 100000 | 100111100 | 1000000 | 101010 |
Color Harmonies of #AE268A
Complementary color
Monochromatic Colors of #AE268A
Black with #AE268A
Text Example
Text Example
White with #AE268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE268A; }
p { color: rgb(174,38,138); }
H1.HeaderClassName
{
color: #AE268A;
}
.AnyTagClassName
{
color: #AE268A;
}
</style>
background-color css
<style>
a { background-color: #AE268A; }
a { background-color: rgb(174,38,138); }
div.DivClassName
{
background-color: #AE268A;
}
.BgClassName
{
background-color: #AE268A;
}
</style>
border-color css
<style>
span { border-color: #AE268A; }
span { border-color: rgb(174,38,138); }
td.TdClassName
{
border-color: #AE268A;
}
.TagClassName
{
border-color: #AE268A;
}
</style>