Shades of Medium Purple #AE7BDF
Tints of Medium Purple #AE7BDF
RGB
CMYK
RGB Variations
Color information
#AE7BDF (or 0xAE7BDF) is known color: Medium Purple. HEX triplet: AE, 7B and DF. RGB value is (174,123,223). Sum of RGB (Red+Green+Blue) = 174+123+223=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE7BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BDF is #518420. Grayscale: #959595. Windows color (decimal): -5342241 or 14646190. OLE color: 14646190.
HSL color Cylindrical-coordinate representation of color #AE7BDF: hue angle of 270.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7BDF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 123 | 223 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.13 |
| HSL | 270.6º | 0.61% | 0.68% | - |
| HSV(B) | 270.6º | 0.45% | 0.87% | - |
| XYZ | 37.86 | 28.49 | 73.32 | - |
| YUV | 149.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 223 | 0.22 | 0.45 | 0 | 0.13 | 270.6 | 0.61 | 0.68 |
| Hex | AE | 7B | DF | 16 | 2D | 0 | D | 10F | 3D | 44 |
| Octal | 256 | 173 | 337 | 26 | 55 | 0 | 15 | 417 | 75 | 104 |
| Binary | 10101110 | 1111011 | 11011111 | 10110 | 101101 | 0 | 1101 | 100001111 | 111101 | 1000100 |
Color Harmonies of #AE7BDF
Complementary color
Monochromatic Colors of #AE7BDF
Black with #AE7BDF
Text Example
Text Example
White with #AE7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7BDF; }
p { color: rgb(174,123,223); }
H1.HeaderClassName
{
color: #AE7BDF;
}
.AnyTagClassName
{
color: #AE7BDF;
}
</style>
background-color css
<style>
a { background-color: #AE7BDF; }
a { background-color: rgb(174,123,223); }
div.DivClassName
{
background-color: #AE7BDF;
}
.BgClassName
{
background-color: #AE7BDF;
}
</style>
border-color css
<style>
span { border-color: #AE7BDF; }
span { border-color: rgb(174,123,223); }
td.TdClassName
{
border-color: #AE7BDF;
}
.TagClassName
{
border-color: #AE7BDF;
}
</style>