Shades of Medium Purple #AE7CFD
Tints of Medium Purple #AE7CFD
RGB
CMYK
RGB Variations
Color information
#AE7CFD (or 0xAE7CFD) is known color: Medium Purple. HEX triplet: AE, 7C and FD. RGB value is (174,124,253). Sum of RGB (Red+Green+Blue) = 174+124+253=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #AE7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7CFD is #518302. Grayscale: #999999. Windows color (decimal): -5341955 or 16612526. OLE color: 16612526.
HSL color Cylindrical-coordinate representation of color #AE7CFD: hue angle of 263.26º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE7CFD is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 174 | 124 | 253 | - |
CMYK | 0.31 | 0.51 | 0 | 0.01 |
HSL | 263.26º | 0.97% | 0.74% | - |
HSV(B) | 263.26º | 0.51% | 0.99% | - |
XYZ | 42.39 | 30.51 | 96.58 | - |
YUV | 153.66 | 184.07 | 142.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 124 | 253 | 0.31 | 0.51 | 0 | 0.01 | 263.26 | 0.97 | 0.74 |
Hex | AE | 7C | FD | 1F | 33 | 0 | 1 | 107 | 61 | 4A |
Octal | 256 | 174 | 375 | 37 | 63 | 0 | 1 | 407 | 141 | 112 |
Binary | 10101110 | 1111100 | 11111101 | 11111 | 110011 | 0 | 1 | 100000111 | 1100001 | 1001010 |
Color Harmonies of #AE7CFD
Complementary color
Monochromatic Colors of #AE7CFD
Black with #AE7CFD
Text Example
Text Example
White with #AE7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7CFD; }
p { color: rgb(174,124,253); }
H1.HeaderClassName
{
color: #AE7CFD;
}
.AnyTagClassName
{
color: #AE7CFD;
}
</style>
background-color css
<style>
a { background-color: #AE7CFD; }
a { background-color: rgb(174,124,253); }
div.DivClassName
{
background-color: #AE7CFD;
}
.BgClassName
{
background-color: #AE7CFD;
}
</style>
border-color css
<style>
span { border-color: #AE7CFD; }
span { border-color: rgb(174,124,253); }
td.TdClassName
{
border-color: #AE7CFD;
}
.TagClassName
{
border-color: #AE7CFD;
}
</style>