Shades of Medium Orchid #AE65D4
Tints of Medium Orchid #AE65D4
RGB
CMYK
RGB Variations
Color information
#AE65D4 (or 0xAE65D4) is known color: Medium Orchid. HEX triplet: AE, 65 and D4. RGB value is (174,101,212). Sum of RGB (Red+Green+Blue) = 174+101+212=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE65D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65D4 is #519A2B. Grayscale: #878787. Windows color (decimal): -5347884 or 13919662. OLE color: 13919662.
HSL color Cylindrical-coordinate representation of color #AE65D4: hue angle of 279.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE65D4 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 101 | 212 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.17 |
| HSL | 279.46º | 0.56% | 0.61% | - |
| HSV(B) | 279.46º | 0.52% | 0.83% | - |
| XYZ | 33.99 | 23.06 | 64.95 | - |
| YUV | 135.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 212 | 0.18 | 0.52 | 0 | 0.17 | 279.46 | 0.56 | 0.61 |
| Hex | AE | 65 | D4 | 12 | 34 | 0 | 11 | 117 | 38 | 3D |
| Octal | 256 | 145 | 324 | 22 | 64 | 0 | 21 | 427 | 70 | 75 |
| Binary | 10101110 | 1100101 | 11010100 | 10010 | 110100 | 0 | 10001 | 100010111 | 111000 | 111101 |
Color Harmonies of #AE65D4
Complementary color
Monochromatic Colors of #AE65D4
Black with #AE65D4
Text Example
Text Example
White with #AE65D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE65D4; }
p { color: rgb(174,101,212); }
H1.HeaderClassName
{
color: #AE65D4;
}
.AnyTagClassName
{
color: #AE65D4;
}
</style>
background-color css
<style>
a { background-color: #AE65D4; }
a { background-color: rgb(174,101,212); }
div.DivClassName
{
background-color: #AE65D4;
}
.BgClassName
{
background-color: #AE65D4;
}
</style>
border-color css
<style>
span { border-color: #AE65D4; }
span { border-color: rgb(174,101,212); }
td.TdClassName
{
border-color: #AE65D4;
}
.TagClassName
{
border-color: #AE65D4;
}
</style>