Shades of Medium Orchid #AE65DB
Tints of Medium Orchid #AE65DB
RGB
CMYK
RGB Variations
Color information
#AE65DB (or 0xAE65DB) is known color: Medium Orchid. HEX triplet: AE, 65 and DB. RGB value is (174,101,219). Sum of RGB (Red+Green+Blue) = 174+101+219=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE65DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65DB is #519A24. Grayscale: #878787. Windows color (decimal): -5347877 or 14378414. OLE color: 14378414.
HSL color Cylindrical-coordinate representation of color #AE65DB: hue angle of 277.12º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE65DB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 101 | 219 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.14 |
| HSL | 277.12º | 0.62% | 0.63% | - |
| HSV(B) | 277.12º | 0.54% | 0.86% | - |
| XYZ | 34.9 | 23.42 | 69.7 | - |
| YUV | 136.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 219 | 0.21 | 0.54 | 0 | 0.14 | 277.12 | 0.62 | 0.63 |
| Hex | AE | 65 | DB | 15 | 36 | 0 | E | 115 | 3E | 3F |
| Octal | 256 | 145 | 333 | 25 | 66 | 0 | 16 | 425 | 76 | 77 |
| Binary | 10101110 | 1100101 | 11011011 | 10101 | 110110 | 0 | 1110 | 100010101 | 111110 | 111111 |
Color Harmonies of #AE65DB
Complementary color
Monochromatic Colors of #AE65DB
Black with #AE65DB
Text Example
Text Example
White with #AE65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE65DB; }
p { color: rgb(174,101,219); }
H1.HeaderClassName
{
color: #AE65DB;
}
.AnyTagClassName
{
color: #AE65DB;
}
</style>
background-color css
<style>
a { background-color: #AE65DB; }
a { background-color: rgb(174,101,219); }
div.DivClassName
{
background-color: #AE65DB;
}
.BgClassName
{
background-color: #AE65DB;
}
</style>
border-color css
<style>
span { border-color: #AE65DB; }
span { border-color: rgb(174,101,219); }
td.TdClassName
{
border-color: #AE65DB;
}
.TagClassName
{
border-color: #AE65DB;
}
</style>