Shades of Medium Red Violet #AE219B
Tints of Medium Red Violet #AE219B
RGB
CMYK
RGB Variations
Color information
#AE219B (or 0xAE219B) is known color: Medium Red Violet. HEX triplet: AE, 21 and 9B. RGB value is (174,33,155). Sum of RGB (Red+Green+Blue) = 174+33+155=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE219B is #51DE64. Grayscale: #585858. Windows color (decimal): -5365349 or 10166702. OLE color: 10166702.
HSL color Cylindrical-coordinate representation of color #AE219B: hue angle of 308.09º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE219B is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 155 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.32 |
| HSL | 308.09º | 0.68% | 0.41% | - |
| HSV(B) | 308.09º | 0.81% | 0.68% | - |
| XYZ | 23.92 | 12.45 | 32.15 | - |
| YUV | 89.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 155 | 0 | 0.81 | 0.11 | 0.32 | 308.09 | 0.68 | 0.41 |
| Hex | AE | 21 | 9B | 0 | 51 | B | 20 | 134 | 44 | 29 |
| Octal | 256 | 41 | 233 | 0 | 121 | 13 | 40 | 464 | 104 | 51 |
| Binary | 10101110 | 100001 | 10011011 | 0 | 1010001 | 1011 | 100000 | 100110100 | 1000100 | 101001 |
Color Harmonies of #AE219B
Complementary color
Monochromatic Colors of #AE219B
Black with #AE219B
Text Example
Text Example
White with #AE219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE219B; }
p { color: rgb(174,33,155); }
H1.HeaderClassName
{
color: #AE219B;
}
.AnyTagClassName
{
color: #AE219B;
}
</style>
background-color css
<style>
a { background-color: #AE219B; }
a { background-color: rgb(174,33,155); }
div.DivClassName
{
background-color: #AE219B;
}
.BgClassName
{
background-color: #AE219B;
}
</style>
border-color css
<style>
span { border-color: #AE219B; }
span { border-color: rgb(174,33,155); }
td.TdClassName
{
border-color: #AE219B;
}
.TagClassName
{
border-color: #AE219B;
}
</style>