Shades of Medium Orchid #AE55DB
Tints of Medium Orchid #AE55DB
RGB
CMYK
RGB Variations
Color information
#AE55DB (or 0xAE55DB) is known color: Medium Orchid. HEX triplet: AE, 55 and DB. RGB value is (174,85,219). Sum of RGB (Red+Green+Blue) = 174+85+219=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE55DB is #51AA24. Grayscale: #7E7E7E. Windows color (decimal): -5351973 or 14374318. OLE color: 14374318.
HSL color Cylindrical-coordinate representation of color #AE55DB: hue angle of 279.85º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE55DB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 85 | 219 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.14 |
| HSL | 279.85º | 0.65% | 0.6% | - |
| HSV(B) | 279.85º | 0.61% | 0.86% | - |
| XYZ | 33.49 | 20.61 | 69.23 | - |
| YUV | 126.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 219 | 0.21 | 0.61 | 0 | 0.14 | 279.85 | 0.65 | 0.6 |
| Hex | AE | 55 | DB | 15 | 3D | 0 | E | 118 | 41 | 3C |
| Octal | 256 | 125 | 333 | 25 | 75 | 0 | 16 | 430 | 101 | 74 |
| Binary | 10101110 | 1010101 | 11011011 | 10101 | 111101 | 0 | 1110 | 100011000 | 1000001 | 111100 |
Color Harmonies of #AE55DB
Complementary color
Monochromatic Colors of #AE55DB
Black with #AE55DB
Text Example
Text Example
White with #AE55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE55DB; }
p { color: rgb(174,85,219); }
H1.HeaderClassName
{
color: #AE55DB;
}
.AnyTagClassName
{
color: #AE55DB;
}
</style>
background-color css
<style>
a { background-color: #AE55DB; }
a { background-color: rgb(174,85,219); }
div.DivClassName
{
background-color: #AE55DB;
}
.BgClassName
{
background-color: #AE55DB;
}
</style>
border-color css
<style>
span { border-color: #AE55DB; }
span { border-color: rgb(174,85,219); }
td.TdClassName
{
border-color: #AE55DB;
}
.TagClassName
{
border-color: #AE55DB;
}
</style>