Shades of Medium Orchid #AB5BDD
Tints of Medium Orchid #AB5BDD
RGB
CMYK
RGB Variations
Color information
#AB5BDD (or 0xAB5BDD) is known color: Medium Orchid. HEX triplet: AB, 5B and DD. RGB value is (171,91,221). Sum of RGB (Red+Green+Blue) = 171+91+221=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB5BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BDD is #54A422. Grayscale: #818181. Windows color (decimal): -5547043 or 14506923. OLE color: 14506923.
HSL color Cylindrical-coordinate representation of color #AB5BDD: hue angle of 276.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5BDD is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 91 | 221 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.13 |
| HSL | 276.92º | 0.66% | 0.61% | - |
| HSV(B) | 276.92º | 0.59% | 0.87% | - |
| XYZ | 33.59 | 21.36 | 70.76 | - |
| YUV | 129.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 221 | 0.23 | 0.59 | 0 | 0.13 | 276.92 | 0.66 | 0.61 |
| Hex | AB | 5B | DD | 17 | 3B | 0 | D | 115 | 42 | 3D |
| Octal | 253 | 133 | 335 | 27 | 73 | 0 | 15 | 425 | 102 | 75 |
| Binary | 10101011 | 1011011 | 11011101 | 10111 | 111011 | 0 | 1101 | 100010101 | 1000010 | 111101 |
Color Harmonies of #AB5BDD
Complementary color
Monochromatic Colors of #AB5BDD
Black with #AB5BDD
Text Example
Text Example
White with #AB5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BDD; }
p { color: rgb(171,91,221); }
H1.HeaderClassName
{
color: #AB5BDD;
}
.AnyTagClassName
{
color: #AB5BDD;
}
</style>
background-color css
<style>
a { background-color: #AB5BDD; }
a { background-color: rgb(171,91,221); }
div.DivClassName
{
background-color: #AB5BDD;
}
.BgClassName
{
background-color: #AB5BDD;
}
</style>
border-color css
<style>
span { border-color: #AB5BDD; }
span { border-color: rgb(171,91,221); }
td.TdClassName
{
border-color: #AB5BDD;
}
.TagClassName
{
border-color: #AB5BDD;
}
</style>