Shades of Medium Orchid #AE4CF2
Tints of Medium Orchid #AE4CF2
RGB
CMYK
RGB Variations
Color information
#AE4CF2 (or 0xAE4CF2) is known color: Medium Orchid. HEX triplet: AE, 4C and F2. RGB value is (174,76,242). Sum of RGB (Red+Green+Blue) = 174+76+242=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE4CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4CF2 is #51B30D. Grayscale: #7B7B7B. Windows color (decimal): -5354254 or 15879342. OLE color: 15879342.
HSL color Cylindrical-coordinate representation of color #AE4CF2: hue angle of 275.42º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE4CF2 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 76 | 242 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.05 |
| HSL | 275.42º | 0.86% | 0.62% | - |
| HSV(B) | 275.42º | 0.69% | 0.95% | - |
| XYZ | 36.07 | 20.58 | 86.08 | - |
| YUV | 124.23 | 194.47 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 76 | 242 | 0.28 | 0.69 | 0 | 0.05 | 275.42 | 0.86 | 0.62 |
| Hex | AE | 4C | F2 | 1C | 45 | 0 | 5 | 113 | 56 | 3E |
| Octal | 256 | 114 | 362 | 34 | 105 | 0 | 5 | 423 | 126 | 76 |
| Binary | 10101110 | 1001100 | 11110010 | 11100 | 1000101 | 0 | 101 | 100010011 | 1010110 | 111110 |
Color Harmonies of #AE4CF2
Complementary color
Monochromatic Colors of #AE4CF2
Black with #AE4CF2
Text Example
Text Example
White with #AE4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4CF2; }
p { color: rgb(174,76,242); }
H1.HeaderClassName
{
color: #AE4CF2;
}
.AnyTagClassName
{
color: #AE4CF2;
}
</style>
background-color css
<style>
a { background-color: #AE4CF2; }
a { background-color: rgb(174,76,242); }
div.DivClassName
{
background-color: #AE4CF2;
}
.BgClassName
{
background-color: #AE4CF2;
}
</style>
border-color css
<style>
span { border-color: #AE4CF2; }
span { border-color: rgb(174,76,242); }
td.TdClassName
{
border-color: #AE4CF2;
}
.TagClassName
{
border-color: #AE4CF2;
}
</style>