Shades of Medium Orchid #AB5DCF
Tints of Medium Orchid #AB5DCF
RGB
CMYK
RGB Variations
Color information
#AB5DCF (or 0xAB5DCF) is known color: Medium Orchid. HEX triplet: AB, 5D and CF. RGB value is (171,93,207). Sum of RGB (Red+Green+Blue) = 171+93+207=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB5DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DCF is #54A230. Grayscale: #808080. Windows color (decimal): -5546545 or 13589931. OLE color: 13589931.
HSL color Cylindrical-coordinate representation of color #AB5DCF: hue angle of 281.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB5DCF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 93 | 207 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.19 |
| HSL | 281.05º | 0.54% | 0.59% | - |
| HSV(B) | 281.05º | 0.55% | 0.81% | - |
| XYZ | 31.97 | 20.99 | 61.4 | - |
| YUV | 129.32 | 171.84 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 207 | 0.17 | 0.55 | 0 | 0.19 | 281.05 | 0.54 | 0.59 |
| Hex | AB | 5D | CF | 11 | 37 | 0 | 13 | 119 | 36 | 3B |
| Octal | 253 | 135 | 317 | 21 | 67 | 0 | 23 | 431 | 66 | 73 |
| Binary | 10101011 | 1011101 | 11001111 | 10001 | 110111 | 0 | 10011 | 100011001 | 110110 | 111011 |
Color Harmonies of #AB5DCF
Complementary color
Monochromatic Colors of #AB5DCF
Black with #AB5DCF
Text Example
Text Example
White with #AB5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DCF; }
p { color: rgb(171,93,207); }
H1.HeaderClassName
{
color: #AB5DCF;
}
.AnyTagClassName
{
color: #AB5DCF;
}
</style>
background-color css
<style>
a { background-color: #AB5DCF; }
a { background-color: rgb(171,93,207); }
div.DivClassName
{
background-color: #AB5DCF;
}
.BgClassName
{
background-color: #AB5DCF;
}
</style>
border-color css
<style>
span { border-color: #AB5DCF; }
span { border-color: rgb(171,93,207); }
td.TdClassName
{
border-color: #AB5DCF;
}
.TagClassName
{
border-color: #AB5DCF;
}
</style>