Shades of Medium Purple #AE7DE7
Tints of Medium Purple #AE7DE7
RGB
CMYK
RGB Variations
Color information
#AE7DE7 (or 0xAE7DE7) is known color: Medium Purple. HEX triplet: AE, 7D and E7. RGB value is (174,125,231). Sum of RGB (Red+Green+Blue) = 174+125+231=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE7DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7DE7 is #518218. Grayscale: #979797. Windows color (decimal): -5341721 or 15170990. OLE color: 15170990.
HSL color Cylindrical-coordinate representation of color #AE7DE7: hue angle of 267.74º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE7DE7 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 125 | 231 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.09 |
| HSL | 267.74º | 0.69% | 0.7% | - |
| HSV(B) | 267.74º | 0.46% | 0.91% | - |
| XYZ | 39.21 | 29.44 | 79.22 | - |
| YUV | 151.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 231 | 0.25 | 0.46 | 0 | 0.09 | 267.74 | 0.69 | 0.7 |
| Hex | AE | 7D | E7 | 19 | 2E | 0 | 9 | 10C | 45 | 46 |
| Octal | 256 | 175 | 347 | 31 | 56 | 0 | 11 | 414 | 105 | 106 |
| Binary | 10101110 | 1111101 | 11100111 | 11001 | 101110 | 0 | 1001 | 100001100 | 1000101 | 1000110 |
Color Harmonies of #AE7DE7
Complementary color
Monochromatic Colors of #AE7DE7
Black with #AE7DE7
Text Example
Text Example
White with #AE7DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7DE7; }
p { color: rgb(174,125,231); }
H1.HeaderClassName
{
color: #AE7DE7;
}
.AnyTagClassName
{
color: #AE7DE7;
}
</style>
background-color css
<style>
a { background-color: #AE7DE7; }
a { background-color: rgb(174,125,231); }
div.DivClassName
{
background-color: #AE7DE7;
}
.BgClassName
{
background-color: #AE7DE7;
}
</style>
border-color css
<style>
span { border-color: #AE7DE7; }
span { border-color: rgb(174,125,231); }
td.TdClassName
{
border-color: #AE7DE7;
}
.TagClassName
{
border-color: #AE7DE7;
}
</style>