Shades of Medium Orchid #AB5BDF
Tints of Medium Orchid #AB5BDF
RGB
CMYK
RGB Variations
Color information
#AB5BDF (or 0xAB5BDF) is known color: Medium Orchid. HEX triplet: AB, 5B and DF. RGB value is (171,91,223). Sum of RGB (Red+Green+Blue) = 171+91+223=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB5BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BDF is #54A420. Grayscale: #818181. Windows color (decimal): -5547041 or 14637995. OLE color: 14637995.
HSL color Cylindrical-coordinate representation of color #AB5BDF: hue angle of 276.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5BDF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 91 | 223 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.13 |
| HSL | 276.36º | 0.67% | 0.62% | - |
| HSV(B) | 276.36º | 0.59% | 0.87% | - |
| XYZ | 33.85 | 21.47 | 72.17 | - |
| YUV | 129.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 223 | 0.23 | 0.59 | 0 | 0.13 | 276.36 | 0.67 | 0.62 |
| Hex | AB | 5B | DF | 17 | 3B | 0 | D | 114 | 43 | 3E |
| Octal | 253 | 133 | 337 | 27 | 73 | 0 | 15 | 424 | 103 | 76 |
| Binary | 10101011 | 1011011 | 11011111 | 10111 | 111011 | 0 | 1101 | 100010100 | 1000011 | 111110 |
Color Harmonies of #AB5BDF
Complementary color
Monochromatic Colors of #AB5BDF
Black with #AB5BDF
Text Example
Text Example
White with #AB5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BDF; }
p { color: rgb(171,91,223); }
H1.HeaderClassName
{
color: #AB5BDF;
}
.AnyTagClassName
{
color: #AB5BDF;
}
</style>
background-color css
<style>
a { background-color: #AB5BDF; }
a { background-color: rgb(171,91,223); }
div.DivClassName
{
background-color: #AB5BDF;
}
.BgClassName
{
background-color: #AB5BDF;
}
</style>
border-color css
<style>
span { border-color: #AB5BDF; }
span { border-color: rgb(171,91,223); }
td.TdClassName
{
border-color: #AB5BDF;
}
.TagClassName
{
border-color: #AB5BDF;
}
</style>