Shades of Medium Orchid #AE52DB
Tints of Medium Orchid #AE52DB
RGB
CMYK
RGB Variations
Color information
#AE52DB (or 0xAE52DB) is known color: Medium Orchid. HEX triplet: AE, 52 and DB. RGB value is (174,82,219). Sum of RGB (Red+Green+Blue) = 174+82+219=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52DB is #51AD24. Grayscale: #7C7C7C. Windows color (decimal): -5352741 or 14373550. OLE color: 14373550.
HSL color Cylindrical-coordinate representation of color #AE52DB: hue angle of 280.29º 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 #AE52DB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 82 | 219 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.14 |
| HSL | 280.29º | 0.66% | 0.59% | - |
| HSV(B) | 280.29º | 0.63% | 0.86% | - |
| XYZ | 33.26 | 20.15 | 69.15 | - |
| YUV | 125.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 219 | 0.21 | 0.63 | 0 | 0.14 | 280.29 | 0.66 | 0.59 |
| Hex | AE | 52 | DB | 15 | 3F | 0 | E | 118 | 42 | 3B |
| Octal | 256 | 122 | 333 | 25 | 77 | 0 | 16 | 430 | 102 | 73 |
| Binary | 10101110 | 1010010 | 11011011 | 10101 | 111111 | 0 | 1110 | 100011000 | 1000010 | 111011 |
Color Harmonies of #AE52DB
Complementary color
Monochromatic Colors of #AE52DB
Black with #AE52DB
Text Example
Text Example
White with #AE52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE52DB; }
p { color: rgb(174,82,219); }
H1.HeaderClassName
{
color: #AE52DB;
}
.AnyTagClassName
{
color: #AE52DB;
}
</style>
background-color css
<style>
a { background-color: #AE52DB; }
a { background-color: rgb(174,82,219); }
div.DivClassName
{
background-color: #AE52DB;
}
.BgClassName
{
background-color: #AE52DB;
}
</style>
border-color css
<style>
span { border-color: #AE52DB; }
span { border-color: rgb(174,82,219); }
td.TdClassName
{
border-color: #AE52DB;
}
.TagClassName
{
border-color: #AE52DB;
}
</style>