Shades of Medium Orchid #AE53DB
Tints of Medium Orchid #AE53DB
RGB
CMYK
RGB Variations
Color information
#AE53DB (or 0xAE53DB) is known color: Medium Orchid. HEX triplet: AE, 53 and DB. RGB value is (174,83,219). Sum of RGB (Red+Green+Blue) = 174+83+219=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE53DB is #51AC24. Grayscale: #7D7D7D. Windows color (decimal): -5352485 or 14373806. OLE color: 14373806.
HSL color Cylindrical-coordinate representation of color #AE53DB: hue angle of 280.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE53DB is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 83 | 219 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.14 |
| HSL | 280.15º | 0.65% | 0.59% | - |
| HSV(B) | 280.15º | 0.62% | 0.86% | - |
| XYZ | 33.34 | 20.3 | 69.18 | - |
| YUV | 125.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 219 | 0.21 | 0.62 | 0 | 0.14 | 280.15 | 0.65 | 0.59 |
| Hex | AE | 53 | DB | 15 | 3E | 0 | E | 118 | 41 | 3B |
| Octal | 256 | 123 | 333 | 25 | 76 | 0 | 16 | 430 | 101 | 73 |
| Binary | 10101110 | 1010011 | 11011011 | 10101 | 111110 | 0 | 1110 | 100011000 | 1000001 | 111011 |
Color Harmonies of #AE53DB
Complementary color
Monochromatic Colors of #AE53DB
Black with #AE53DB
Text Example
Text Example
White with #AE53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE53DB; }
p { color: rgb(174,83,219); }
H1.HeaderClassName
{
color: #AE53DB;
}
.AnyTagClassName
{
color: #AE53DB;
}
</style>
background-color css
<style>
a { background-color: #AE53DB; }
a { background-color: rgb(174,83,219); }
div.DivClassName
{
background-color: #AE53DB;
}
.BgClassName
{
background-color: #AE53DB;
}
</style>
border-color css
<style>
span { border-color: #AE53DB; }
span { border-color: rgb(174,83,219); }
td.TdClassName
{
border-color: #AE53DB;
}
.TagClassName
{
border-color: #AE53DB;
}
</style>