Shades of Medium Orchid #AB61C7
Tints of Medium Orchid #AB61C7
RGB
CMYK
RGB Variations
Color information
#AB61C7 (or 0xAB61C7) is known color: Medium Orchid. HEX triplet: AB, 61 and C7. RGB value is (171,97,199). Sum of RGB (Red+Green+Blue) = 171+97+199=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB61C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61C7 is #549E38. Grayscale: #828282. Windows color (decimal): -5545529 or 13066667. OLE color: 13066667.
HSL color Cylindrical-coordinate representation of color #AB61C7: hue angle of 283.53º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB61C7 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 97 | 199 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.22 |
| HSL | 283.53º | 0.48% | 0.58% | - |
| HSV(B) | 283.53º | 0.51% | 0.78% | - |
| XYZ | 31.38 | 21.33 | 56.5 | - |
| YUV | 130.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 199 | 0.14 | 0.51 | 0 | 0.22 | 283.53 | 0.48 | 0.58 |
| Hex | AB | 61 | C7 | E | 33 | 0 | 16 | 11C | 30 | 3A |
| Octal | 253 | 141 | 307 | 16 | 63 | 0 | 26 | 434 | 60 | 72 |
| Binary | 10101011 | 1100001 | 11000111 | 1110 | 110011 | 0 | 10110 | 100011100 | 110000 | 111010 |
Color Harmonies of #AB61C7
Complementary color
Monochromatic Colors of #AB61C7
Black with #AB61C7
Text Example
Text Example
White with #AB61C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61C7; }
p { color: rgb(171,97,199); }
H1.HeaderClassName
{
color: #AB61C7;
}
.AnyTagClassName
{
color: #AB61C7;
}
</style>
background-color css
<style>
a { background-color: #AB61C7; }
a { background-color: rgb(171,97,199); }
div.DivClassName
{
background-color: #AB61C7;
}
.BgClassName
{
background-color: #AB61C7;
}
</style>
border-color css
<style>
span { border-color: #AB61C7; }
span { border-color: rgb(171,97,199); }
td.TdClassName
{
border-color: #AB61C7;
}
.TagClassName
{
border-color: #AB61C7;
}
</style>