Shades of Medium Purple #AE6AFC
Tints of Medium Purple #AE6AFC
RGB
CMYK
RGB Variations
Color information
#AE6AFC (or 0xAE6AFC) is known color: Medium Purple. HEX triplet: AE, 6A and FC. RGB value is (174,106,252). Sum of RGB (Red+Green+Blue) = 174+106+252=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE6AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6AFC is #519503. Grayscale: #8E8E8E. Windows color (decimal): -5346564 or 16542382. OLE color: 16542382.
HSL color Cylindrical-coordinate representation of color #AE6AFC: hue angle of 267.95º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE6AFC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 106 | 252 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.01 |
| HSL | 267.95º | 0.96% | 0.7% | - |
| HSV(B) | 267.95º | 0.58% | 0.99% | - |
| XYZ | 40.18 | 26.34 | 95.06 | - |
| YUV | 142.98 | 189.53 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 252 | 0.31 | 0.58 | 0 | 0.01 | 267.95 | 0.96 | 0.7 |
| Hex | AE | 6A | FC | 1F | 3A | 0 | 1 | 10C | 60 | 46 |
| Octal | 256 | 152 | 374 | 37 | 72 | 0 | 1 | 414 | 140 | 106 |
| Binary | 10101110 | 1101010 | 11111100 | 11111 | 111010 | 0 | 1 | 100001100 | 1100000 | 1000110 |
Color Harmonies of #AE6AFC
Complementary color
Monochromatic Colors of #AE6AFC
Black with #AE6AFC
Text Example
Text Example
White with #AE6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6AFC; }
p { color: rgb(174,106,252); }
H1.HeaderClassName
{
color: #AE6AFC;
}
.AnyTagClassName
{
color: #AE6AFC;
}
</style>
background-color css
<style>
a { background-color: #AE6AFC; }
a { background-color: rgb(174,106,252); }
div.DivClassName
{
background-color: #AE6AFC;
}
.BgClassName
{
background-color: #AE6AFC;
}
</style>
border-color css
<style>
span { border-color: #AE6AFC; }
span { border-color: rgb(174,106,252); }
td.TdClassName
{
border-color: #AE6AFC;
}
.TagClassName
{
border-color: #AE6AFC;
}
</style>