Shades of Medium Orchid #AB4DDF
Tints of Medium Orchid #AB4DDF
RGB
CMYK
RGB Variations
Color information
#AB4DDF (or 0xAB4DDF) is known color: Medium Orchid. HEX triplet: AB, 4D and DF. RGB value is (171,77,223). Sum of RGB (Red+Green+Blue) = 171+77+223=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DDF is #54B220. Grayscale: #797979. Windows color (decimal): -5550625 or 14634411. OLE color: 14634411.
HSL color Cylindrical-coordinate representation of color #AB4DDF: hue angle of 278.63º degrees, saturation: 0.7, 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 #AB4DDF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 77 | 223 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.13 |
| HSL | 278.63º | 0.7% | 0.59% | - |
| HSV(B) | 278.63º | 0.65% | 0.87% | - |
| XYZ | 32.77 | 19.29 | 71.81 | - |
| YUV | 121.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 223 | 0.23 | 0.65 | 0 | 0.13 | 278.63 | 0.7 | 0.59 |
| Hex | AB | 4D | DF | 17 | 41 | 0 | D | 117 | 46 | 3B |
| Octal | 253 | 115 | 337 | 27 | 101 | 0 | 15 | 427 | 106 | 73 |
| Binary | 10101011 | 1001101 | 11011111 | 10111 | 1000001 | 0 | 1101 | 100010111 | 1000110 | 111011 |
Color Harmonies of #AB4DDF
Complementary color
Monochromatic Colors of #AB4DDF
Black with #AB4DDF
Text Example
Text Example
White with #AB4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DDF; }
p { color: rgb(171,77,223); }
H1.HeaderClassName
{
color: #AB4DDF;
}
.AnyTagClassName
{
color: #AB4DDF;
}
</style>
background-color css
<style>
a { background-color: #AB4DDF; }
a { background-color: rgb(171,77,223); }
div.DivClassName
{
background-color: #AB4DDF;
}
.BgClassName
{
background-color: #AB4DDF;
}
</style>
border-color css
<style>
span { border-color: #AB4DDF; }
span { border-color: rgb(171,77,223); }
td.TdClassName
{
border-color: #AB4DDF;
}
.TagClassName
{
border-color: #AB4DDF;
}
</style>