Shades of Medium Orchid #AB4FDE
Tints of Medium Orchid #AB4FDE
RGB
CMYK
RGB Variations
Color information
#AB4FDE (or 0xAB4FDE) is known color: Medium Orchid. HEX triplet: AB, 4F and DE. RGB value is (171,79,222). Sum of RGB (Red+Green+Blue) = 171+79+222=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB4FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FDE is #54B021. Grayscale: #7A7A7A. Windows color (decimal): -5550114 or 14569387. OLE color: 14569387.
HSL color Cylindrical-coordinate representation of color #AB4FDE: hue angle of 278.6º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4FDE is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 79 | 222 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.13 |
| HSL | 278.6º | 0.68% | 0.59% | - |
| HSV(B) | 278.6º | 0.64% | 0.87% | - |
| XYZ | 32.78 | 19.52 | 71.15 | - |
| YUV | 122.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 222 | 0.23 | 0.64 | 0 | 0.13 | 278.6 | 0.68 | 0.59 |
| Hex | AB | 4F | DE | 17 | 40 | 0 | D | 117 | 44 | 3B |
| Octal | 253 | 117 | 336 | 27 | 100 | 0 | 15 | 427 | 104 | 73 |
| Binary | 10101011 | 1001111 | 11011110 | 10111 | 1000000 | 0 | 1101 | 100010111 | 1000100 | 111011 |
Color Harmonies of #AB4FDE
Complementary color
Monochromatic Colors of #AB4FDE
Black with #AB4FDE
Text Example
Text Example
White with #AB4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FDE; }
p { color: rgb(171,79,222); }
H1.HeaderClassName
{
color: #AB4FDE;
}
.AnyTagClassName
{
color: #AB4FDE;
}
</style>
background-color css
<style>
a { background-color: #AB4FDE; }
a { background-color: rgb(171,79,222); }
div.DivClassName
{
background-color: #AB4FDE;
}
.BgClassName
{
background-color: #AB4FDE;
}
</style>
border-color css
<style>
span { border-color: #AB4FDE; }
span { border-color: rgb(171,79,222); }
td.TdClassName
{
border-color: #AB4FDE;
}
.TagClassName
{
border-color: #AB4FDE;
}
</style>