Shades of Medium Orchid #AE50DB
Tints of Medium Orchid #AE50DB
RGB
CMYK
RGB Variations
Color information
#AE50DB (or 0xAE50DB) is known color: Medium Orchid. HEX triplet: AE, 50 and DB. RGB value is (174,80,219). Sum of RGB (Red+Green+Blue) = 174+80+219=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50DB is #51AF24. Grayscale: #7B7B7B. Windows color (decimal): -5353253 or 14373038. OLE color: 14373038.
HSL color Cylindrical-coordinate representation of color #AE50DB: hue angle of 280.58º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE50DB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 80 | 219 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.14 |
| HSL | 280.58º | 0.66% | 0.59% | - |
| HSV(B) | 280.58º | 0.63% | 0.86% | - |
| XYZ | 33.11 | 19.85 | 69.1 | - |
| YUV | 123.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 219 | 0.21 | 0.63 | 0 | 0.14 | 280.58 | 0.66 | 0.59 |
| Hex | AE | 50 | DB | 15 | 3F | 0 | E | 119 | 42 | 3B |
| Octal | 256 | 120 | 333 | 25 | 77 | 0 | 16 | 431 | 102 | 73 |
| Binary | 10101110 | 1010000 | 11011011 | 10101 | 111111 | 0 | 1110 | 100011001 | 1000010 | 111011 |
Color Harmonies of #AE50DB
Complementary color
Monochromatic Colors of #AE50DB
Black with #AE50DB
Text Example
Text Example
White with #AE50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE50DB; }
p { color: rgb(174,80,219); }
H1.HeaderClassName
{
color: #AE50DB;
}
.AnyTagClassName
{
color: #AE50DB;
}
</style>
background-color css
<style>
a { background-color: #AE50DB; }
a { background-color: rgb(174,80,219); }
div.DivClassName
{
background-color: #AE50DB;
}
.BgClassName
{
background-color: #AE50DB;
}
</style>
border-color css
<style>
span { border-color: #AE50DB; }
span { border-color: rgb(174,80,219); }
td.TdClassName
{
border-color: #AE50DB;
}
.TagClassName
{
border-color: #AE50DB;
}
</style>