Shades of Medium Orchid #AB44CF
Tints of Medium Orchid #AB44CF
RGB
CMYK
RGB Variations
Color information
#AB44CF (or 0xAB44CF) is known color: Medium Orchid. HEX triplet: AB, 44 and CF. RGB value is (171,68,207). Sum of RGB (Red+Green+Blue) = 171+68+207=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB44CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44CF is #54BB30. Grayscale: #727272. Windows color (decimal): -5552945 or 13583531. OLE color: 13583531.
HSL color Cylindrical-coordinate representation of color #AB44CF: hue angle of 284.46º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB44CF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 68 | 207 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.19 |
| HSL | 284.46º | 0.59% | 0.54% | - |
| HSV(B) | 284.46º | 0.67% | 0.81% | - |
| XYZ | 30.12 | 17.3 | 60.78 | - |
| YUV | 114.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 207 | 0.17 | 0.67 | 0 | 0.19 | 284.46 | 0.59 | 0.54 |
| Hex | AB | 44 | CF | 11 | 43 | 0 | 13 | 11C | 3B | 36 |
| Octal | 253 | 104 | 317 | 21 | 103 | 0 | 23 | 434 | 73 | 66 |
| Binary | 10101011 | 1000100 | 11001111 | 10001 | 1000011 | 0 | 10011 | 100011100 | 111011 | 110110 |
Color Harmonies of #AB44CF
Complementary color
Monochromatic Colors of #AB44CF
Black with #AB44CF
Text Example
Text Example
White with #AB44CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB44CF; }
p { color: rgb(171,68,207); }
H1.HeaderClassName
{
color: #AB44CF;
}
.AnyTagClassName
{
color: #AB44CF;
}
</style>
background-color css
<style>
a { background-color: #AB44CF; }
a { background-color: rgb(171,68,207); }
div.DivClassName
{
background-color: #AB44CF;
}
.BgClassName
{
background-color: #AB44CF;
}
</style>
border-color css
<style>
span { border-color: #AB44CF; }
span { border-color: rgb(171,68,207); }
td.TdClassName
{
border-color: #AB44CF;
}
.TagClassName
{
border-color: #AB44CF;
}
</style>