Shades of Medium Orchid #AB61D5
Tints of Medium Orchid #AB61D5
RGB
CMYK
RGB Variations
Color information
#AB61D5 (or 0xAB61D5) is known color: Medium Orchid. HEX triplet: AB, 61 and D5. RGB value is (171,97,213). Sum of RGB (Red+Green+Blue) = 171+97+213=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB61D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61D5 is #549E2A. Grayscale: #838383. Windows color (decimal): -5545515 or 13984171. OLE color: 13984171.
HSL color Cylindrical-coordinate representation of color #AB61D5: hue angle of 278.28º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB61D5 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 97 | 213 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.16 |
| HSL | 278.28º | 0.58% | 0.61% | - |
| HSV(B) | 278.28º | 0.54% | 0.84% | - |
| XYZ | 33.08 | 22.01 | 65.46 | - |
| YUV | 132.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 213 | 0.20 | 0.54 | 0 | 0.16 | 278.28 | 0.58 | 0.61 |
| Hex | AB | 61 | D5 | 14 | 36 | 0 | 10 | 116 | 3A | 3D |
| Octal | 253 | 141 | 325 | 24 | 66 | 0 | 20 | 426 | 72 | 75 |
| Binary | 10101011 | 1100001 | 11010101 | 10100 | 110110 | 0 | 10000 | 100010110 | 111010 | 111101 |
Color Harmonies of #AB61D5
Complementary color
Monochromatic Colors of #AB61D5
Black with #AB61D5
Text Example
Text Example
White with #AB61D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61D5; }
p { color: rgb(171,97,213); }
H1.HeaderClassName
{
color: #AB61D5;
}
.AnyTagClassName
{
color: #AB61D5;
}
</style>
background-color css
<style>
a { background-color: #AB61D5; }
a { background-color: rgb(171,97,213); }
div.DivClassName
{
background-color: #AB61D5;
}
.BgClassName
{
background-color: #AB61D5;
}
</style>
border-color css
<style>
span { border-color: #AB61D5; }
span { border-color: rgb(171,97,213); }
td.TdClassName
{
border-color: #AB61D5;
}
.TagClassName
{
border-color: #AB61D5;
}
</style>