Shades of Medium Orchid #AB55D5
Tints of Medium Orchid #AB55D5
RGB
CMYK
RGB Variations
Color information
#AB55D5 (or 0xAB55D5) is known color: Medium Orchid. HEX triplet: AB, 55 and D5. RGB value is (171,85,213). Sum of RGB (Red+Green+Blue) = 171+85+213=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB55D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55D5 is #54AA2A. Grayscale: #7C7C7C. Windows color (decimal): -5548587 or 13981099. OLE color: 13981099.
HSL color Cylindrical-coordinate representation of color #AB55D5: hue angle of 280.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB55D5 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 85 | 213 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.16 |
| HSL | 280.31º | 0.6% | 0.58% | - |
| HSV(B) | 280.31º | 0.6% | 0.84% | - |
| XYZ | 32.05 | 19.96 | 65.11 | - |
| YUV | 125.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 213 | 0.20 | 0.60 | 0 | 0.16 | 280.31 | 0.6 | 0.58 |
| Hex | AB | 55 | D5 | 14 | 3C | 0 | 10 | 118 | 3C | 3A |
| Octal | 253 | 125 | 325 | 24 | 74 | 0 | 20 | 430 | 74 | 72 |
| Binary | 10101011 | 1010101 | 11010101 | 10100 | 111100 | 0 | 10000 | 100011000 | 111100 | 111010 |
Color Harmonies of #AB55D5
Complementary color
Monochromatic Colors of #AB55D5
Black with #AB55D5
Text Example
Text Example
White with #AB55D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55D5; }
p { color: rgb(171,85,213); }
H1.HeaderClassName
{
color: #AB55D5;
}
.AnyTagClassName
{
color: #AB55D5;
}
</style>
background-color css
<style>
a { background-color: #AB55D5; }
a { background-color: rgb(171,85,213); }
div.DivClassName
{
background-color: #AB55D5;
}
.BgClassName
{
background-color: #AB55D5;
}
</style>
border-color css
<style>
span { border-color: #AB55D5; }
span { border-color: rgb(171,85,213); }
td.TdClassName
{
border-color: #AB55D5;
}
.TagClassName
{
border-color: #AB55D5;
}
</style>