Shades of Medium Orchid #AB4DDE
Tints of Medium Orchid #AB4DDE
RGB
CMYK
RGB Variations
Color information
#AB4DDE (or 0xAB4DDE) is known color: Medium Orchid. HEX triplet: AB, 4D and DE. RGB value is (171,77,222). Sum of RGB (Red+Green+Blue) = 171+77+222=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB4DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DDE is #54B221. Grayscale: #797979. Windows color (decimal): -5550626 or 14568875. OLE color: 14568875.
HSL color Cylindrical-coordinate representation of color #AB4DDE: hue angle of 278.9º 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 #AB4DDE is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 77 | 222 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.13 |
| HSL | 278.9º | 0.69% | 0.59% | - |
| HSV(B) | 278.9º | 0.65% | 0.87% | - |
| XYZ | 32.63 | 19.24 | 71.1 | - |
| YUV | 121.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 222 | 0.23 | 0.65 | 0 | 0.13 | 278.9 | 0.69 | 0.59 |
| Hex | AB | 4D | DE | 17 | 41 | 0 | D | 117 | 45 | 3B |
| Octal | 253 | 115 | 336 | 27 | 101 | 0 | 15 | 427 | 105 | 73 |
| Binary | 10101011 | 1001101 | 11011110 | 10111 | 1000001 | 0 | 1101 | 100010111 | 1000101 | 111011 |
Color Harmonies of #AB4DDE
Complementary color
Monochromatic Colors of #AB4DDE
Black with #AB4DDE
Text Example
Text Example
White with #AB4DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DDE; }
p { color: rgb(171,77,222); }
H1.HeaderClassName
{
color: #AB4DDE;
}
.AnyTagClassName
{
color: #AB4DDE;
}
</style>
background-color css
<style>
a { background-color: #AB4DDE; }
a { background-color: rgb(171,77,222); }
div.DivClassName
{
background-color: #AB4DDE;
}
.BgClassName
{
background-color: #AB4DDE;
}
</style>
border-color css
<style>
span { border-color: #AB4DDE; }
span { border-color: rgb(171,77,222); }
td.TdClassName
{
border-color: #AB4DDE;
}
.TagClassName
{
border-color: #AB4DDE;
}
</style>