Shades of Medium Orchid #AE65C1
Tints of Medium Orchid #AE65C1
RGB
CMYK
RGB Variations
Color information
#AE65C1 (or 0xAE65C1) is known color: Medium Orchid. HEX triplet: AE, 65 and C1. RGB value is (174,101,193). Sum of RGB (Red+Green+Blue) = 174+101+193=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE65C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65C1 is #519A3E. Grayscale: #858585. Windows color (decimal): -5347903 or 12674478. OLE color: 12674478.
HSL color Cylindrical-coordinate representation of color #AE65C1: hue angle of 287.61º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE65C1 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 101 | 193 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.24 |
| HSL | 287.61º | 0.43% | 0.58% | - |
| HSV(B) | 287.61º | 0.48% | 0.76% | - |
| XYZ | 31.73 | 22.16 | 53.06 | - |
| YUV | 133.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 193 | 0.10 | 0.48 | 0 | 0.24 | 287.61 | 0.43 | 0.58 |
| Hex | AE | 65 | C1 | A | 30 | 0 | 18 | 120 | 2B | 3A |
| Octal | 256 | 145 | 301 | 12 | 60 | 0 | 30 | 440 | 53 | 72 |
| Binary | 10101110 | 1100101 | 11000001 | 1010 | 110000 | 0 | 11000 | 100100000 | 101011 | 111010 |
Color Harmonies of #AE65C1
Complementary color
Monochromatic Colors of #AE65C1
Black with #AE65C1
Text Example
Text Example
White with #AE65C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE65C1; }
p { color: rgb(174,101,193); }
H1.HeaderClassName
{
color: #AE65C1;
}
.AnyTagClassName
{
color: #AE65C1;
}
</style>
background-color css
<style>
a { background-color: #AE65C1; }
a { background-color: rgb(174,101,193); }
div.DivClassName
{
background-color: #AE65C1;
}
.BgClassName
{
background-color: #AE65C1;
}
</style>
border-color css
<style>
span { border-color: #AE65C1; }
span { border-color: rgb(174,101,193); }
td.TdClassName
{
border-color: #AE65C1;
}
.TagClassName
{
border-color: #AE65C1;
}
</style>