Shades of Medium Orchid #AB62C5
Tints of Medium Orchid #AB62C5
RGB
CMYK
RGB Variations
Color information
#AB62C5 (or 0xAB62C5) is known color: Medium Orchid. HEX triplet: AB, 62 and C5. RGB value is (171,98,197). Sum of RGB (Red+Green+Blue) = 171+98+197=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB62C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62C5 is #549D3A. Grayscale: #828282. Windows color (decimal): -5545275 or 12935851. OLE color: 12935851.
HSL color Cylindrical-coordinate representation of color #AB62C5: hue angle of 284.24º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB62C5 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 98 | 197 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.23 |
| HSL | 284.24º | 0.46% | 0.58% | - |
| HSV(B) | 284.24º | 0.5% | 0.77% | - |
| XYZ | 31.24 | 21.42 | 55.31 | - |
| YUV | 131.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 197 | 0.13 | 0.50 | 0 | 0.23 | 284.24 | 0.46 | 0.58 |
| Hex | AB | 62 | C5 | D | 32 | 0 | 17 | 11C | 2E | 3A |
| Octal | 253 | 142 | 305 | 15 | 62 | 0 | 27 | 434 | 56 | 72 |
| Binary | 10101011 | 1100010 | 11000101 | 1101 | 110010 | 0 | 10111 | 100011100 | 101110 | 111010 |
Color Harmonies of #AB62C5
Complementary color
Monochromatic Colors of #AB62C5
Black with #AB62C5
Text Example
Text Example
White with #AB62C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB62C5; }
p { color: rgb(171,98,197); }
H1.HeaderClassName
{
color: #AB62C5;
}
.AnyTagClassName
{
color: #AB62C5;
}
</style>
background-color css
<style>
a { background-color: #AB62C5; }
a { background-color: rgb(171,98,197); }
div.DivClassName
{
background-color: #AB62C5;
}
.BgClassName
{
background-color: #AB62C5;
}
</style>
border-color css
<style>
span { border-color: #AB62C5; }
span { border-color: rgb(171,98,197); }
td.TdClassName
{
border-color: #AB62C5;
}
.TagClassName
{
border-color: #AB62C5;
}
</style>