Shades of Medium Orchid #AE61DB
Tints of Medium Orchid #AE61DB
RGB
CMYK
RGB Variations
Color information
#AE61DB (or 0xAE61DB) is known color: Medium Orchid. HEX triplet: AE, 61 and DB. RGB value is (174,97,219). Sum of RGB (Red+Green+Blue) = 174+97+219=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61DB is #519E24. Grayscale: #858585. Windows color (decimal): -5348901 or 14377390. OLE color: 14377390.
HSL color Cylindrical-coordinate representation of color #AE61DB: hue angle of 277.87º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE61DB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 97 | 219 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.14 |
| HSL | 277.87º | 0.63% | 0.62% | - |
| HSV(B) | 277.87º | 0.56% | 0.86% | - |
| XYZ | 34.52 | 22.66 | 69.57 | - |
| YUV | 133.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 97 | 219 | 0.21 | 0.56 | 0 | 0.14 | 277.87 | 0.63 | 0.62 |
| Hex | AE | 61 | DB | 15 | 38 | 0 | E | 116 | 3F | 3E |
| Octal | 256 | 141 | 333 | 25 | 70 | 0 | 16 | 426 | 77 | 76 |
| Binary | 10101110 | 1100001 | 11011011 | 10101 | 111000 | 0 | 1110 | 100010110 | 111111 | 111110 |
Color Harmonies of #AE61DB
Complementary color
Monochromatic Colors of #AE61DB
Black with #AE61DB
Text Example
Text Example
White with #AE61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE61DB; }
p { color: rgb(174,97,219); }
H1.HeaderClassName
{
color: #AE61DB;
}
.AnyTagClassName
{
color: #AE61DB;
}
</style>
background-color css
<style>
a { background-color: #AE61DB; }
a { background-color: rgb(174,97,219); }
div.DivClassName
{
background-color: #AE61DB;
}
.BgClassName
{
background-color: #AE61DB;
}
</style>
border-color css
<style>
span { border-color: #AE61DB; }
span { border-color: rgb(174,97,219); }
td.TdClassName
{
border-color: #AE61DB;
}
.TagClassName
{
border-color: #AE61DB;
}
</style>