Shades of Medium Orchid #AE3FCC
Tints of Medium Orchid #AE3FCC
RGB
CMYK
RGB Variations
Color information
#AE3FCC (or 0xAE3FCC) is known color: Medium Orchid. HEX triplet: AE, 3F and CC. RGB value is (174,63,204). Sum of RGB (Red+Green+Blue) = 174+63+204=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE3FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3FCC is #51C033. Grayscale: #6F6F6F. Windows color (decimal): -5357620 or 13385646. OLE color: 13385646.
HSL color Cylindrical-coordinate representation of color #AE3FCC: hue angle of 287.23º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE3FCC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 63 | 204 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.2 |
| HSL | 287.23º | 0.58% | 0.52% | - |
| HSV(B) | 287.23º | 0.69% | 0.8% | - |
| XYZ | 30.13 | 16.91 | 58.8 | - |
| YUV | 112.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 204 | 0.15 | 0.69 | 0 | 0.2 | 287.23 | 0.58 | 0.52 |
| Hex | AE | 3F | CC | F | 45 | 0 | 14 | 11F | 3A | 34 |
| Octal | 256 | 77 | 314 | 17 | 105 | 0 | 24 | 437 | 72 | 64 |
| Binary | 10101110 | 111111 | 11001100 | 1111 | 1000101 | 0 | 10100 | 100011111 | 111010 | 110100 |
Color Harmonies of #AE3FCC
Complementary color
Monochromatic Colors of #AE3FCC
Black with #AE3FCC
Text Example
Text Example
White with #AE3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3FCC; }
p { color: rgb(174,63,204); }
H1.HeaderClassName
{
color: #AE3FCC;
}
.AnyTagClassName
{
color: #AE3FCC;
}
</style>
background-color css
<style>
a { background-color: #AE3FCC; }
a { background-color: rgb(174,63,204); }
div.DivClassName
{
background-color: #AE3FCC;
}
.BgClassName
{
background-color: #AE3FCC;
}
</style>
border-color css
<style>
span { border-color: #AE3FCC; }
span { border-color: rgb(174,63,204); }
td.TdClassName
{
border-color: #AE3FCC;
}
.TagClassName
{
border-color: #AE3FCC;
}
</style>