Shades of Medium Orchid #AE51DB
Tints of Medium Orchid #AE51DB
RGB
CMYK
RGB Variations
Color information
#AE51DB (or 0xAE51DB) is known color: Medium Orchid. HEX triplet: AE, 51 and DB. RGB value is (174,81,219). Sum of RGB (Red+Green+Blue) = 174+81+219=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE51DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51DB is #51AE24. Grayscale: #7C7C7C. Windows color (decimal): -5352997 or 14373294. OLE color: 14373294.
HSL color Cylindrical-coordinate representation of color #AE51DB: hue angle of 280.43º 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 #AE51DB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 81 | 219 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.14 |
| HSL | 280.43º | 0.66% | 0.59% | - |
| HSV(B) | 280.43º | 0.63% | 0.86% | - |
| XYZ | 33.18 | 20 | 69.13 | - |
| YUV | 124.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 81 | 219 | 0.21 | 0.63 | 0 | 0.14 | 280.43 | 0.66 | 0.59 |
| Hex | AE | 51 | DB | 15 | 3F | 0 | E | 118 | 42 | 3B |
| Octal | 256 | 121 | 333 | 25 | 77 | 0 | 16 | 430 | 102 | 73 |
| Binary | 10101110 | 1010001 | 11011011 | 10101 | 111111 | 0 | 1110 | 100011000 | 1000010 | 111011 |
Color Harmonies of #AE51DB
Complementary color
Monochromatic Colors of #AE51DB
Black with #AE51DB
Text Example
Text Example
White with #AE51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE51DB; }
p { color: rgb(174,81,219); }
H1.HeaderClassName
{
color: #AE51DB;
}
.AnyTagClassName
{
color: #AE51DB;
}
</style>
background-color css
<style>
a { background-color: #AE51DB; }
a { background-color: rgb(174,81,219); }
div.DivClassName
{
background-color: #AE51DB;
}
.BgClassName
{
background-color: #AE51DB;
}
</style>
border-color css
<style>
span { border-color: #AE51DB; }
span { border-color: rgb(174,81,219); }
td.TdClassName
{
border-color: #AE51DB;
}
.TagClassName
{
border-color: #AE51DB;
}
</style>