Shades of Medium Orchid #AB5BCF
Tints of Medium Orchid #AB5BCF
RGB
CMYK
RGB Variations
Color information
#AB5BCF (or 0xAB5BCF) is known color: Medium Orchid. HEX triplet: AB, 5B and CF. RGB value is (171,91,207). Sum of RGB (Red+Green+Blue) = 171+91+207=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB5BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BCF is #54A430. Grayscale: #7F7F7F. Windows color (decimal): -5547057 or 13589419. OLE color: 13589419.
HSL color Cylindrical-coordinate representation of color #AB5BCF: hue angle of 281.38º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5BCF is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 91 | 207 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.19 |
| HSL | 281.38º | 0.55% | 0.58% | - |
| HSV(B) | 281.38º | 0.56% | 0.81% | - |
| XYZ | 31.8 | 20.65 | 61.34 | - |
| YUV | 128.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 207 | 0.17 | 0.56 | 0 | 0.19 | 281.38 | 0.55 | 0.58 |
| Hex | AB | 5B | CF | 11 | 38 | 0 | 13 | 119 | 37 | 3A |
| Octal | 253 | 133 | 317 | 21 | 70 | 0 | 23 | 431 | 67 | 72 |
| Binary | 10101011 | 1011011 | 11001111 | 10001 | 111000 | 0 | 10011 | 100011001 | 110111 | 111010 |
Color Harmonies of #AB5BCF
Complementary color
Monochromatic Colors of #AB5BCF
Black with #AB5BCF
Text Example
Text Example
White with #AB5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BCF; }
p { color: rgb(171,91,207); }
H1.HeaderClassName
{
color: #AB5BCF;
}
.AnyTagClassName
{
color: #AB5BCF;
}
</style>
background-color css
<style>
a { background-color: #AB5BCF; }
a { background-color: rgb(171,91,207); }
div.DivClassName
{
background-color: #AB5BCF;
}
.BgClassName
{
background-color: #AB5BCF;
}
</style>
border-color css
<style>
span { border-color: #AB5BCF; }
span { border-color: rgb(171,91,207); }
td.TdClassName
{
border-color: #AB5BCF;
}
.TagClassName
{
border-color: #AB5BCF;
}
</style>