Shades of Medium Orchid #AB5DDD
Tints of Medium Orchid #AB5DDD
RGB
CMYK
RGB Variations
Color information
#AB5DDD (or 0xAB5DDD) is known color: Medium Orchid. HEX triplet: AB, 5D and DD. RGB value is (171,93,221). Sum of RGB (Red+Green+Blue) = 171+93+221=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB5DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DDD is #54A222. Grayscale: #828282. Windows color (decimal): -5546531 or 14507435. OLE color: 14507435.
HSL color Cylindrical-coordinate representation of color #AB5DDD: hue angle of 276.56º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5DDD is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 93 | 221 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.13 |
| HSL | 276.56º | 0.65% | 0.62% | - |
| HSV(B) | 276.56º | 0.58% | 0.87% | - |
| XYZ | 33.76 | 21.71 | 70.82 | - |
| YUV | 130.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 221 | 0.23 | 0.58 | 0 | 0.13 | 276.56 | 0.65 | 0.62 |
| Hex | AB | 5D | DD | 17 | 3A | 0 | D | 115 | 41 | 3E |
| Octal | 253 | 135 | 335 | 27 | 72 | 0 | 15 | 425 | 101 | 76 |
| Binary | 10101011 | 1011101 | 11011101 | 10111 | 111010 | 0 | 1101 | 100010101 | 1000001 | 111110 |
Color Harmonies of #AB5DDD
Complementary color
Monochromatic Colors of #AB5DDD
Black with #AB5DDD
Text Example
Text Example
White with #AB5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DDD; }
p { color: rgb(171,93,221); }
H1.HeaderClassName
{
color: #AB5DDD;
}
.AnyTagClassName
{
color: #AB5DDD;
}
</style>
background-color css
<style>
a { background-color: #AB5DDD; }
a { background-color: rgb(171,93,221); }
div.DivClassName
{
background-color: #AB5DDD;
}
.BgClassName
{
background-color: #AB5DDD;
}
</style>
border-color css
<style>
span { border-color: #AB5DDD; }
span { border-color: rgb(171,93,221); }
td.TdClassName
{
border-color: #AB5DDD;
}
.TagClassName
{
border-color: #AB5DDD;
}
</style>