Shades of Medium Purple #AE6BEC
Tints of Medium Purple #AE6BEC
RGB
CMYK
RGB Variations
Color information
#AE6BEC (or 0xAE6BEC) is known color: Medium Purple. HEX triplet: AE, 6B and EC. RGB value is (174,107,236). Sum of RGB (Red+Green+Blue) = 174+107+236=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE6BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6BEC is #519413. Grayscale: #8D8D8D. Windows color (decimal): -5346324 or 15494062. OLE color: 15494062.
HSL color Cylindrical-coordinate representation of color #AE6BEC: hue angle of 271.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE6BEC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 107 | 236 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.07 |
| HSL | 271.16º | 0.77% | 0.67% | - |
| HSV(B) | 271.16º | 0.55% | 0.93% | - |
| XYZ | 37.85 | 25.57 | 82.3 | - |
| YUV | 141.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 236 | 0.26 | 0.55 | 0 | 0.07 | 271.16 | 0.77 | 0.67 |
| Hex | AE | 6B | EC | 1A | 37 | 0 | 7 | 10F | 4D | 43 |
| Octal | 256 | 153 | 354 | 32 | 67 | 0 | 7 | 417 | 115 | 103 |
| Binary | 10101110 | 1101011 | 11101100 | 11010 | 110111 | 0 | 111 | 100001111 | 1001101 | 1000011 |
Color Harmonies of #AE6BEC
Complementary color
Monochromatic Colors of #AE6BEC
Black with #AE6BEC
Text Example
Text Example
White with #AE6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6BEC; }
p { color: rgb(174,107,236); }
H1.HeaderClassName
{
color: #AE6BEC;
}
.AnyTagClassName
{
color: #AE6BEC;
}
</style>
background-color css
<style>
a { background-color: #AE6BEC; }
a { background-color: rgb(174,107,236); }
div.DivClassName
{
background-color: #AE6BEC;
}
.BgClassName
{
background-color: #AE6BEC;
}
</style>
border-color css
<style>
span { border-color: #AE6BEC; }
span { border-color: rgb(174,107,236); }
td.TdClassName
{
border-color: #AE6BEC;
}
.TagClassName
{
border-color: #AE6BEC;
}
</style>