Shades of Medium Orchid #AE65D5
Tints of Medium Orchid #AE65D5
RGB
CMYK
RGB Variations
Color information
#AE65D5 (or 0xAE65D5) is known color: Medium Orchid. HEX triplet: AE, 65 and D5. RGB value is (174,101,213). Sum of RGB (Red+Green+Blue) = 174+101+213=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE65D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65D5 is #519A2A. Grayscale: #878787. Windows color (decimal): -5347883 or 13985198. OLE color: 13985198.
HSL color Cylindrical-coordinate representation of color #AE65D5: hue angle of 279.11º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE65D5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 101 | 213 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.16 |
| HSL | 279.11º | 0.57% | 0.62% | - |
| HSV(B) | 279.11º | 0.53% | 0.84% | - |
| XYZ | 34.12 | 23.11 | 65.61 | - |
| YUV | 135.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 213 | 0.18 | 0.53 | 0 | 0.16 | 279.11 | 0.57 | 0.62 |
| Hex | AE | 65 | D5 | 12 | 35 | 0 | 10 | 117 | 39 | 3E |
| Octal | 256 | 145 | 325 | 22 | 65 | 0 | 20 | 427 | 71 | 76 |
| Binary | 10101110 | 1100101 | 11010101 | 10010 | 110101 | 0 | 10000 | 100010111 | 111001 | 111110 |
Color Harmonies of #AE65D5
Complementary color
Monochromatic Colors of #AE65D5
Black with #AE65D5
Text Example
Text Example
White with #AE65D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE65D5; }
p { color: rgb(174,101,213); }
H1.HeaderClassName
{
color: #AE65D5;
}
.AnyTagClassName
{
color: #AE65D5;
}
</style>
background-color css
<style>
a { background-color: #AE65D5; }
a { background-color: rgb(174,101,213); }
div.DivClassName
{
background-color: #AE65D5;
}
.BgClassName
{
background-color: #AE65D5;
}
</style>
border-color css
<style>
span { border-color: #AE65D5; }
span { border-color: rgb(174,101,213); }
td.TdClassName
{
border-color: #AE65D5;
}
.TagClassName
{
border-color: #AE65D5;
}
</style>