Shades of Medium Orchid #AE5ACC
Tints of Medium Orchid #AE5ACC
RGB
CMYK
RGB Variations
Color information
#AE5ACC (or 0xAE5ACC) is known color: Medium Orchid. HEX triplet: AE, 5A and CC. RGB value is (174,90,204). Sum of RGB (Red+Green+Blue) = 174+90+204=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5ACC is #51A533. Grayscale: #7F7F7F. Windows color (decimal): -5350708 or 13392558. OLE color: 13392558.
HSL color Cylindrical-coordinate representation of color #AE5ACC: hue angle of 284.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE5ACC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 90 | 204 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.2 |
| HSL | 284.21º | 0.53% | 0.58% | - |
| HSV(B) | 284.21º | 0.56% | 0.8% | - |
| XYZ | 32.01 | 20.67 | 59.43 | - |
| YUV | 128.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 90 | 204 | 0.15 | 0.56 | 0 | 0.2 | 284.21 | 0.53 | 0.58 |
| Hex | AE | 5A | CC | F | 38 | 0 | 14 | 11C | 35 | 3A |
| Octal | 256 | 132 | 314 | 17 | 70 | 0 | 24 | 434 | 65 | 72 |
| Binary | 10101110 | 1011010 | 11001100 | 1111 | 111000 | 0 | 10100 | 100011100 | 110101 | 111010 |
Color Harmonies of #AE5ACC
Complementary color
Monochromatic Colors of #AE5ACC
Black with #AE5ACC
Text Example
Text Example
White with #AE5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5ACC; }
p { color: rgb(174,90,204); }
H1.HeaderClassName
{
color: #AE5ACC;
}
.AnyTagClassName
{
color: #AE5ACC;
}
</style>
background-color css
<style>
a { background-color: #AE5ACC; }
a { background-color: rgb(174,90,204); }
div.DivClassName
{
background-color: #AE5ACC;
}
.BgClassName
{
background-color: #AE5ACC;
}
</style>
border-color css
<style>
span { border-color: #AE5ACC; }
span { border-color: rgb(174,90,204); }
td.TdClassName
{
border-color: #AE5ACC;
}
.TagClassName
{
border-color: #AE5ACC;
}
</style>