Shades of Medium Purple #AE5EFE
Tints of Medium Purple #AE5EFE
RGB
CMYK
RGB Variations
Color information
#AE5EFE (or 0xAE5EFE) is known color: Medium Purple. HEX triplet: AE, 5E and FE. RGB value is (174,94,254). Sum of RGB (Red+Green+Blue) = 174+94+254=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5EFE is #51A101. Grayscale: #878787. Windows color (decimal): -5349634 or 16670382. OLE color: 16670382.
HSL color Cylindrical-coordinate representation of color #AE5EFE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE5EFE is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 174 | 94 | 254 | - |
CMYK | 0.31 | 0.63 | 0 | 0.00 |
HSL | 270º | 0.99% | 0.68% | - |
HSV(B) | 270º | 0.63% | 1% | - |
XYZ | 39.35 | 24.16 | 96.36 | - |
YUV | 136.16 | 194.5 | 154.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 94 | 254 | 0.31 | 0.63 | 0 | 0.00 | 270 | 0.99 | 0.68 |
Hex | AE | 5E | FE | 1F | 3F | 0 | 0 | 10E | 63 | 44 |
Octal | 256 | 136 | 376 | 37 | 77 | 0 | 0 | 416 | 143 | 104 |
Binary | 10101110 | 1011110 | 11111110 | 11111 | 111111 | 0 | 0 | 100001110 | 1100011 | 1000100 |
Color Harmonies of #AE5EFE
Complementary color
Monochromatic Colors of #AE5EFE
Black with #AE5EFE
Text Example
Text Example
White with #AE5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5EFE; }
p { color: rgb(174,94,254); }
H1.HeaderClassName
{
color: #AE5EFE;
}
.AnyTagClassName
{
color: #AE5EFE;
}
</style>
background-color css
<style>
a { background-color: #AE5EFE; }
a { background-color: rgb(174,94,254); }
div.DivClassName
{
background-color: #AE5EFE;
}
.BgClassName
{
background-color: #AE5EFE;
}
</style>
border-color css
<style>
span { border-color: #AE5EFE; }
span { border-color: rgb(174,94,254); }
td.TdClassName
{
border-color: #AE5EFE;
}
.TagClassName
{
border-color: #AE5EFE;
}
</style>