Shades of Medium Orchid #AE4FDB
Tints of Medium Orchid #AE4FDB
RGB
CMYK
RGB Variations
Color information
#AE4FDB (or 0xAE4FDB) is known color: Medium Orchid. HEX triplet: AE, 4F and DB. RGB value is (174,79,219). Sum of RGB (Red+Green+Blue) = 174+79+219=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4FDB is #51B024. Grayscale: #7A7A7A. Windows color (decimal): -5353509 or 14372782. OLE color: 14372782.
HSL color Cylindrical-coordinate representation of color #AE4FDB: hue angle of 280.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE4FDB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 79 | 219 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.14 |
| HSL | 280.71º | 0.66% | 0.58% | - |
| HSV(B) | 280.71º | 0.64% | 0.86% | - |
| XYZ | 33.04 | 19.71 | 69.08 | - |
| YUV | 123.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 79 | 219 | 0.21 | 0.64 | 0 | 0.14 | 280.71 | 0.66 | 0.58 |
| Hex | AE | 4F | DB | 15 | 40 | 0 | E | 119 | 42 | 3A |
| Octal | 256 | 117 | 333 | 25 | 100 | 0 | 16 | 431 | 102 | 72 |
| Binary | 10101110 | 1001111 | 11011011 | 10101 | 1000000 | 0 | 1110 | 100011001 | 1000010 | 111010 |
Color Harmonies of #AE4FDB
Complementary color
Monochromatic Colors of #AE4FDB
Black with #AE4FDB
Text Example
Text Example
White with #AE4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4FDB; }
p { color: rgb(174,79,219); }
H1.HeaderClassName
{
color: #AE4FDB;
}
.AnyTagClassName
{
color: #AE4FDB;
}
</style>
background-color css
<style>
a { background-color: #AE4FDB; }
a { background-color: rgb(174,79,219); }
div.DivClassName
{
background-color: #AE4FDB;
}
.BgClassName
{
background-color: #AE4FDB;
}
</style>
border-color css
<style>
span { border-color: #AE4FDB; }
span { border-color: rgb(174,79,219); }
td.TdClassName
{
border-color: #AE4FDB;
}
.TagClassName
{
border-color: #AE4FDB;
}
</style>