Shades of Medium Purple #AE7BFC
Tints of Medium Purple #AE7BFC
RGB
CMYK
RGB Variations
Color information
#AE7BFC (or 0xAE7BFC) is known color: Medium Purple. HEX triplet: AE, 7B and FC. RGB value is (174,123,252). Sum of RGB (Red+Green+Blue) = 174+123+252=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7BFC is #518403. Grayscale: #989898. Windows color (decimal): -5342212 or 16546734. OLE color: 16546734.
HSL color Cylindrical-coordinate representation of color #AE7BFC: hue angle of 263.72º degrees, saturation: 0.96, 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 #AE7BFC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 123 | 252 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.01 |
| HSL | 263.72º | 0.96% | 0.74% | - |
| HSV(B) | 263.72º | 0.51% | 0.99% | - |
| XYZ | 42.11 | 30.19 | 95.7 | - |
| YUV | 152.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 252 | 0.31 | 0.51 | 0 | 0.01 | 263.72 | 0.96 | 0.74 |
| Hex | AE | 7B | FC | 1F | 33 | 0 | 1 | 108 | 60 | 4A |
| Octal | 256 | 173 | 374 | 37 | 63 | 0 | 1 | 410 | 140 | 112 |
| Binary | 10101110 | 1111011 | 11111100 | 11111 | 110011 | 0 | 1 | 100001000 | 1100000 | 1001010 |
Color Harmonies of #AE7BFC
Complementary color
Monochromatic Colors of #AE7BFC
Black with #AE7BFC
Text Example
Text Example
White with #AE7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7BFC; }
p { color: rgb(174,123,252); }
H1.HeaderClassName
{
color: #AE7BFC;
}
.AnyTagClassName
{
color: #AE7BFC;
}
</style>
background-color css
<style>
a { background-color: #AE7BFC; }
a { background-color: rgb(174,123,252); }
div.DivClassName
{
background-color: #AE7BFC;
}
.BgClassName
{
background-color: #AE7BFC;
}
</style>
border-color css
<style>
span { border-color: #AE7BFC; }
span { border-color: rgb(174,123,252); }
td.TdClassName
{
border-color: #AE7BFC;
}
.TagClassName
{
border-color: #AE7BFC;
}
</style>