Shades of Medium Red Violet #AE259D
Tints of Medium Red Violet #AE259D
RGB
CMYK
RGB Variations
Color information
#AE259D (or 0xAE259D) is known color: Medium Red Violet. HEX triplet: AE, 25 and 9D. RGB value is (174,37,157). Sum of RGB (Red+Green+Blue) = 174+37+157=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE259D is #51DA62. Grayscale: #5B5B5B. Windows color (decimal): -5364323 or 10298798. OLE color: 10298798.
HSL color Cylindrical-coordinate representation of color #AE259D: hue angle of 307.45º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE259D is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 157 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.32 |
| HSL | 307.45º | 0.65% | 0.41% | - |
| HSV(B) | 307.45º | 0.79% | 0.68% | - |
| XYZ | 24.2 | 12.76 | 33.08 | - |
| YUV | 91.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 157 | 0 | 0.79 | 0.10 | 0.32 | 307.45 | 0.65 | 0.41 |
| Hex | AE | 25 | 9D | 0 | 4F | A | 20 | 133 | 41 | 29 |
| Octal | 256 | 45 | 235 | 0 | 117 | 12 | 40 | 463 | 101 | 51 |
| Binary | 10101110 | 100101 | 10011101 | 0 | 1001111 | 1010 | 100000 | 100110011 | 1000001 | 101001 |
Color Harmonies of #AE259D
Complementary color
Monochromatic Colors of #AE259D
Black with #AE259D
Text Example
Text Example
White with #AE259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE259D; }
p { color: rgb(174,37,157); }
H1.HeaderClassName
{
color: #AE259D;
}
.AnyTagClassName
{
color: #AE259D;
}
</style>
background-color css
<style>
a { background-color: #AE259D; }
a { background-color: rgb(174,37,157); }
div.DivClassName
{
background-color: #AE259D;
}
.BgClassName
{
background-color: #AE259D;
}
</style>
border-color css
<style>
span { border-color: #AE259D; }
span { border-color: rgb(174,37,157); }
td.TdClassName
{
border-color: #AE259D;
}
.TagClassName
{
border-color: #AE259D;
}
</style>