Shades of Medium Orchid #AE4BDB
Tints of Medium Orchid #AE4BDB
RGB
CMYK
RGB Variations
Color information
#AE4BDB (or 0xAE4BDB) is known color: Medium Orchid. HEX triplet: AE, 4B and DB. RGB value is (174,75,219). Sum of RGB (Red+Green+Blue) = 174+75+219=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BDB is #51B424. Grayscale: #787878. Windows color (decimal): -5354533 or 14371758. OLE color: 14371758.
HSL color Cylindrical-coordinate representation of color #AE4BDB: hue angle of 281.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE4BDB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 75 | 219 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.14 |
| HSL | 281.25º | 0.67% | 0.58% | - |
| HSV(B) | 281.25º | 0.66% | 0.86% | - |
| XYZ | 32.76 | 19.15 | 68.99 | - |
| YUV | 121.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 75 | 219 | 0.21 | 0.66 | 0 | 0.14 | 281.25 | 0.67 | 0.58 |
| Hex | AE | 4B | DB | 15 | 42 | 0 | E | 119 | 43 | 3A |
| Octal | 256 | 113 | 333 | 25 | 102 | 0 | 16 | 431 | 103 | 72 |
| Binary | 10101110 | 1001011 | 11011011 | 10101 | 1000010 | 0 | 1110 | 100011001 | 1000011 | 111010 |
Color Harmonies of #AE4BDB
Complementary color
Monochromatic Colors of #AE4BDB
Black with #AE4BDB
Text Example
Text Example
White with #AE4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4BDB; }
p { color: rgb(174,75,219); }
H1.HeaderClassName
{
color: #AE4BDB;
}
.AnyTagClassName
{
color: #AE4BDB;
}
</style>
background-color css
<style>
a { background-color: #AE4BDB; }
a { background-color: rgb(174,75,219); }
div.DivClassName
{
background-color: #AE4BDB;
}
.BgClassName
{
background-color: #AE4BDB;
}
</style>
border-color css
<style>
span { border-color: #AE4BDB; }
span { border-color: rgb(174,75,219); }
td.TdClassName
{
border-color: #AE4BDB;
}
.TagClassName
{
border-color: #AE4BDB;
}
</style>