Shades of Medium Orchid #AB4DDD
Tints of Medium Orchid #AB4DDD
RGB
CMYK
RGB Variations
Color information
#AB4DDD (or 0xAB4DDD) is known color: Medium Orchid. HEX triplet: AB, 4D and DD. RGB value is (171,77,221). Sum of RGB (Red+Green+Blue) = 171+77+221=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB4DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DDD is #54B222. Grayscale: #797979. Windows color (decimal): -5550627 or 14503339. OLE color: 14503339.
HSL color Cylindrical-coordinate representation of color #AB4DDD: hue angle of 279.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4DDD is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 77 | 221 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.13 |
| HSL | 279.17º | 0.68% | 0.58% | - |
| HSV(B) | 279.17º | 0.65% | 0.87% | - |
| XYZ | 32.5 | 19.19 | 70.4 | - |
| YUV | 121.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 221 | 0.23 | 0.65 | 0 | 0.13 | 279.17 | 0.68 | 0.58 |
| Hex | AB | 4D | DD | 17 | 41 | 0 | D | 117 | 44 | 3A |
| Octal | 253 | 115 | 335 | 27 | 101 | 0 | 15 | 427 | 104 | 72 |
| Binary | 10101011 | 1001101 | 11011101 | 10111 | 1000001 | 0 | 1101 | 100010111 | 1000100 | 111010 |
Color Harmonies of #AB4DDD
Complementary color
Monochromatic Colors of #AB4DDD
Black with #AB4DDD
Text Example
Text Example
White with #AB4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DDD; }
p { color: rgb(171,77,221); }
H1.HeaderClassName
{
color: #AB4DDD;
}
.AnyTagClassName
{
color: #AB4DDD;
}
</style>
background-color css
<style>
a { background-color: #AB4DDD; }
a { background-color: rgb(171,77,221); }
div.DivClassName
{
background-color: #AB4DDD;
}
.BgClassName
{
background-color: #AB4DDD;
}
</style>
border-color css
<style>
span { border-color: #AB4DDD; }
span { border-color: rgb(171,77,221); }
td.TdClassName
{
border-color: #AB4DDD;
}
.TagClassName
{
border-color: #AB4DDD;
}
</style>