Shades of Medium Orchid #AB5EDF
Tints of Medium Orchid #AB5EDF
RGB
CMYK
RGB Variations
Color information
#AB5EDF (or 0xAB5EDF) is known color: Medium Orchid. HEX triplet: AB, 5E and DF. RGB value is (171,94,223). Sum of RGB (Red+Green+Blue) = 171+94+223=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB5EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EDF is #54A120. Grayscale: #838383. Windows color (decimal): -5546273 or 14638763. OLE color: 14638763.
HSL color Cylindrical-coordinate representation of color #AB5EDF: hue angle of 275.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5EDF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 94 | 223 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.13 |
| HSL | 275.81º | 0.67% | 0.62% | - |
| HSV(B) | 275.81º | 0.58% | 0.87% | - |
| XYZ | 34.12 | 21.99 | 72.26 | - |
| YUV | 131.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 223 | 0.23 | 0.58 | 0 | 0.13 | 275.81 | 0.67 | 0.62 |
| Hex | AB | 5E | DF | 17 | 3A | 0 | D | 114 | 43 | 3E |
| Octal | 253 | 136 | 337 | 27 | 72 | 0 | 15 | 424 | 103 | 76 |
| Binary | 10101011 | 1011110 | 11011111 | 10111 | 111010 | 0 | 1101 | 100010100 | 1000011 | 111110 |
Color Harmonies of #AB5EDF
Complementary color
Monochromatic Colors of #AB5EDF
Black with #AB5EDF
Text Example
Text Example
White with #AB5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5EDF; }
p { color: rgb(171,94,223); }
H1.HeaderClassName
{
color: #AB5EDF;
}
.AnyTagClassName
{
color: #AB5EDF;
}
</style>
background-color css
<style>
a { background-color: #AB5EDF; }
a { background-color: rgb(171,94,223); }
div.DivClassName
{
background-color: #AB5EDF;
}
.BgClassName
{
background-color: #AB5EDF;
}
</style>
border-color css
<style>
span { border-color: #AB5EDF; }
span { border-color: rgb(171,94,223); }
td.TdClassName
{
border-color: #AB5EDF;
}
.TagClassName
{
border-color: #AB5EDF;
}
</style>