Shades of Medium Orchid #AB4DED
Tints of Medium Orchid #AB4DED
RGB
CMYK
RGB Variations
Color information
#AB4DED (or 0xAB4DED) is known color: Medium Orchid. HEX triplet: AB, 4D and ED. RGB value is (171,77,237). Sum of RGB (Red+Green+Blue) = 171+77+237=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DED is #54B212. Grayscale: #7A7A7A. Windows color (decimal): -5550611 or 15551915. OLE color: 15551915.
HSL color Cylindrical-coordinate representation of color #AB4DED: hue angle of 275.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4DED is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 77 | 237 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 275.25º | 0.82% | 0.62% | - |
| HSV(B) | 275.25º | 0.68% | 0.93% | - |
| XYZ | 34.73 | 20.08 | 82.17 | - |
| YUV | 123.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 237 | 0.28 | 0.68 | 0 | 0.07 | 275.25 | 0.82 | 0.62 |
| Hex | AB | 4D | ED | 1C | 44 | 0 | 7 | 113 | 52 | 3E |
| Octal | 253 | 115 | 355 | 34 | 104 | 0 | 7 | 423 | 122 | 76 |
| Binary | 10101011 | 1001101 | 11101101 | 11100 | 1000100 | 0 | 111 | 100010011 | 1010010 | 111110 |
Color Harmonies of #AB4DED
Complementary color
Monochromatic Colors of #AB4DED
Black with #AB4DED
Text Example
Text Example
White with #AB4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DED; }
p { color: rgb(171,77,237); }
H1.HeaderClassName
{
color: #AB4DED;
}
.AnyTagClassName
{
color: #AB4DED;
}
</style>
background-color css
<style>
a { background-color: #AB4DED; }
a { background-color: rgb(171,77,237); }
div.DivClassName
{
background-color: #AB4DED;
}
.BgClassName
{
background-color: #AB4DED;
}
</style>
border-color css
<style>
span { border-color: #AB4DED; }
span { border-color: rgb(171,77,237); }
td.TdClassName
{
border-color: #AB4DED;
}
.TagClassName
{
border-color: #AB4DED;
}
</style>