Shades of Medium Orchid #AE5FDB
Tints of Medium Orchid #AE5FDB
RGB
CMYK
RGB Variations
Color information
#AE5FDB (or 0xAE5FDB) is known color: Medium Orchid. HEX triplet: AE, 5F and DB. RGB value is (174,95,219). Sum of RGB (Red+Green+Blue) = 174+95+219=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE5FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FDB is #51A024. Grayscale: #848484. Windows color (decimal): -5349413 or 14376878. OLE color: 14376878.
HSL color Cylindrical-coordinate representation of color #AE5FDB: hue angle of 278.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE5FDB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 95 | 219 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.14 |
| HSL | 278.23º | 0.63% | 0.62% | - |
| HSV(B) | 278.23º | 0.57% | 0.86% | - |
| XYZ | 34.33 | 22.3 | 69.51 | - |
| YUV | 132.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 95 | 219 | 0.21 | 0.57 | 0 | 0.14 | 278.23 | 0.63 | 0.62 |
| Hex | AE | 5F | DB | 15 | 39 | 0 | E | 116 | 3F | 3E |
| Octal | 256 | 137 | 333 | 25 | 71 | 0 | 16 | 426 | 77 | 76 |
| Binary | 10101110 | 1011111 | 11011011 | 10101 | 111001 | 0 | 1110 | 100010110 | 111111 | 111110 |
Color Harmonies of #AE5FDB
Complementary color
Monochromatic Colors of #AE5FDB
Black with #AE5FDB
Text Example
Text Example
White with #AE5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5FDB; }
p { color: rgb(174,95,219); }
H1.HeaderClassName
{
color: #AE5FDB;
}
.AnyTagClassName
{
color: #AE5FDB;
}
</style>
background-color css
<style>
a { background-color: #AE5FDB; }
a { background-color: rgb(174,95,219); }
div.DivClassName
{
background-color: #AE5FDB;
}
.BgClassName
{
background-color: #AE5FDB;
}
</style>
border-color css
<style>
span { border-color: #AE5FDB; }
span { border-color: rgb(174,95,219); }
td.TdClassName
{
border-color: #AE5FDB;
}
.TagClassName
{
border-color: #AE5FDB;
}
</style>