Shades of Medium Violet Red #AE1BA5
Tints of Medium Violet Red #AE1BA5
RGB
CMYK
RGB Variations
Color information
#AE1BA5 (or 0xAE1BA5) is known color: Medium Violet Red. HEX triplet: AE, 1B and A5. RGB value is (174,27,165). Sum of RGB (Red+Green+Blue) = 174+27+165=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1BA5 is #51E45A. Grayscale: #565656. Windows color (decimal): -5366875 or 10820526. OLE color: 10820526.
HSL color Cylindrical-coordinate representation of color #AE1BA5: hue angle of 303.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1BA5 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 27 | 165 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.32 |
| HSL | 303.67º | 0.73% | 0.39% | - |
| HSV(B) | 303.67º | 0.84% | 0.68% | - |
| XYZ | 24.64 | 12.5 | 36.71 | - |
| YUV | 86.69 | 172.2 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 27 | 165 | 0 | 0.84 | 0.05 | 0.32 | 303.67 | 0.73 | 0.39 |
| Hex | AE | 1B | A5 | 0 | 54 | 5 | 20 | 130 | 49 | 27 |
| Octal | 256 | 33 | 245 | 0 | 124 | 5 | 40 | 460 | 111 | 47 |
| Binary | 10101110 | 11011 | 10100101 | 0 | 1010100 | 101 | 100000 | 100110000 | 1001001 | 100111 |
Color Harmonies of #AE1BA5
Complementary color
Monochromatic Colors of #AE1BA5
Black with #AE1BA5
Text Example
Text Example
White with #AE1BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1BA5; }
p { color: rgb(174,27,165); }
H1.HeaderClassName
{
color: #AE1BA5;
}
.AnyTagClassName
{
color: #AE1BA5;
}
</style>
background-color css
<style>
a { background-color: #AE1BA5; }
a { background-color: rgb(174,27,165); }
div.DivClassName
{
background-color: #AE1BA5;
}
.BgClassName
{
background-color: #AE1BA5;
}
</style>
border-color css
<style>
span { border-color: #AE1BA5; }
span { border-color: rgb(174,27,165); }
td.TdClassName
{
border-color: #AE1BA5;
}
.TagClassName
{
border-color: #AE1BA5;
}
</style>