Shades of Medium Orchid #AB4DE0
Tints of Medium Orchid #AB4DE0
RGB
CMYK
RGB Variations
Color information
#AB4DE0 (or 0xAB4DE0) is known color: Medium Orchid. HEX triplet: AB, 4D and E0. RGB value is (171,77,224). Sum of RGB (Red+Green+Blue) = 171+77+224=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB4DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DE0 is #54B21F. Grayscale: #797979. Windows color (decimal): -5550624 or 14699947. OLE color: 14699947.
HSL color Cylindrical-coordinate representation of color #AB4DE0: hue angle of 278.37º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4DE0 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 77 | 224 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.12 |
| HSL | 278.37º | 0.7% | 0.59% | - |
| HSV(B) | 278.37º | 0.66% | 0.88% | - |
| XYZ | 32.9 | 19.35 | 72.52 | - |
| YUV | 121.86 | 185.64 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 224 | 0.24 | 0.66 | 0 | 0.12 | 278.37 | 0.7 | 0.59 |
| Hex | AB | 4D | E0 | 18 | 42 | 0 | C | 116 | 46 | 3B |
| Octal | 253 | 115 | 340 | 30 | 102 | 0 | 14 | 426 | 106 | 73 |
| Binary | 10101011 | 1001101 | 11100000 | 11000 | 1000010 | 0 | 1100 | 100010110 | 1000110 | 111011 |
Color Harmonies of #AB4DE0
Complementary color
Monochromatic Colors of #AB4DE0
Black with #AB4DE0
Text Example
Text Example
White with #AB4DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DE0; }
p { color: rgb(171,77,224); }
H1.HeaderClassName
{
color: #AB4DE0;
}
.AnyTagClassName
{
color: #AB4DE0;
}
</style>
background-color css
<style>
a { background-color: #AB4DE0; }
a { background-color: rgb(171,77,224); }
div.DivClassName
{
background-color: #AB4DE0;
}
.BgClassName
{
background-color: #AB4DE0;
}
</style>
border-color css
<style>
span { border-color: #AB4DE0; }
span { border-color: rgb(171,77,224); }
td.TdClassName
{
border-color: #AB4DE0;
}
.TagClassName
{
border-color: #AB4DE0;
}
</style>