Shades of Medium Orchid #AB4EDF
Tints of Medium Orchid #AB4EDF
RGB
CMYK
RGB Variations
Color information
#AB4EDF (or 0xAB4EDF) is known color: Medium Orchid. HEX triplet: AB, 4E and DF. RGB value is (171,78,223). Sum of RGB (Red+Green+Blue) = 171+78+223=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB4EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4EDF is #54B120. Grayscale: #797979. Windows color (decimal): -5550369 or 14634667. OLE color: 14634667.
HSL color Cylindrical-coordinate representation of color #AB4EDF: hue angle of 278.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4EDF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 78 | 223 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.13 |
| HSL | 278.48º | 0.69% | 0.59% | - |
| HSV(B) | 278.48º | 0.65% | 0.87% | - |
| XYZ | 32.84 | 19.43 | 71.83 | - |
| YUV | 122.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 223 | 0.23 | 0.65 | 0 | 0.13 | 278.48 | 0.69 | 0.59 |
| Hex | AB | 4E | DF | 17 | 41 | 0 | D | 116 | 45 | 3B |
| Octal | 253 | 116 | 337 | 27 | 101 | 0 | 15 | 426 | 105 | 73 |
| Binary | 10101011 | 1001110 | 11011111 | 10111 | 1000001 | 0 | 1101 | 100010110 | 1000101 | 111011 |
Color Harmonies of #AB4EDF
Complementary color
Monochromatic Colors of #AB4EDF
Black with #AB4EDF
Text Example
Text Example
White with #AB4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EDF; }
p { color: rgb(171,78,223); }
H1.HeaderClassName
{
color: #AB4EDF;
}
.AnyTagClassName
{
color: #AB4EDF;
}
</style>
background-color css
<style>
a { background-color: #AB4EDF; }
a { background-color: rgb(171,78,223); }
div.DivClassName
{
background-color: #AB4EDF;
}
.BgClassName
{
background-color: #AB4EDF;
}
</style>
border-color css
<style>
span { border-color: #AB4EDF; }
span { border-color: rgb(171,78,223); }
td.TdClassName
{
border-color: #AB4EDF;
}
.TagClassName
{
border-color: #AB4EDF;
}
</style>