Shades of Medium Orchid #AB61C5
Tints of Medium Orchid #AB61C5
RGB
CMYK
RGB Variations
Color information
#AB61C5 (or 0xAB61C5) is known color: Medium Orchid. HEX triplet: AB, 61 and C5. RGB value is (171,97,197). Sum of RGB (Red+Green+Blue) = 171+97+197=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB61C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61C5 is #549E3A. Grayscale: #828282. Windows color (decimal): -5545531 or 12935595. OLE color: 12935595.
HSL color Cylindrical-coordinate representation of color #AB61C5: hue angle of 284.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB61C5 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 97 | 197 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.23 |
| HSL | 284.4º | 0.46% | 0.58% | - |
| HSV(B) | 284.4º | 0.51% | 0.77% | - |
| XYZ | 31.15 | 21.24 | 55.28 | - |
| YUV | 130.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 197 | 0.13 | 0.51 | 0 | 0.23 | 284.4 | 0.46 | 0.58 |
| Hex | AB | 61 | C5 | D | 33 | 0 | 17 | 11C | 2E | 3A |
| Octal | 253 | 141 | 305 | 15 | 63 | 0 | 27 | 434 | 56 | 72 |
| Binary | 10101011 | 1100001 | 11000101 | 1101 | 110011 | 0 | 10111 | 100011100 | 101110 | 111010 |
Color Harmonies of #AB61C5
Complementary color
Monochromatic Colors of #AB61C5
Black with #AB61C5
Text Example
Text Example
White with #AB61C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61C5; }
p { color: rgb(171,97,197); }
H1.HeaderClassName
{
color: #AB61C5;
}
.AnyTagClassName
{
color: #AB61C5;
}
</style>
background-color css
<style>
a { background-color: #AB61C5; }
a { background-color: rgb(171,97,197); }
div.DivClassName
{
background-color: #AB61C5;
}
.BgClassName
{
background-color: #AB61C5;
}
</style>
border-color css
<style>
span { border-color: #AB61C5; }
span { border-color: rgb(171,97,197); }
td.TdClassName
{
border-color: #AB61C5;
}
.TagClassName
{
border-color: #AB61C5;
}
</style>