Shades of Medium Orchid #AB4FDD
Tints of Medium Orchid #AB4FDD
RGB
CMYK
RGB Variations
Color information
#AB4FDD (or 0xAB4FDD) is known color: Medium Orchid. HEX triplet: AB, 4F and DD. RGB value is (171,79,221). Sum of RGB (Red+Green+Blue) = 171+79+221=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB4FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FDD is #54B022. Grayscale: #7A7A7A. Windows color (decimal): -5550115 or 14503851. OLE color: 14503851.
HSL color Cylindrical-coordinate representation of color #AB4FDD: hue angle of 278.87º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4FDD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 79 | 221 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.13 |
| HSL | 278.87º | 0.68% | 0.59% | - |
| HSV(B) | 278.87º | 0.64% | 0.87% | - |
| XYZ | 32.64 | 19.47 | 70.44 | - |
| YUV | 122.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 221 | 0.23 | 0.64 | 0 | 0.13 | 278.87 | 0.68 | 0.59 |
| Hex | AB | 4F | DD | 17 | 40 | 0 | D | 117 | 44 | 3B |
| Octal | 253 | 117 | 335 | 27 | 100 | 0 | 15 | 427 | 104 | 73 |
| Binary | 10101011 | 1001111 | 11011101 | 10111 | 1000000 | 0 | 1101 | 100010111 | 1000100 | 111011 |
Color Harmonies of #AB4FDD
Complementary color
Monochromatic Colors of #AB4FDD
Black with #AB4FDD
Text Example
Text Example
White with #AB4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FDD; }
p { color: rgb(171,79,221); }
H1.HeaderClassName
{
color: #AB4FDD;
}
.AnyTagClassName
{
color: #AB4FDD;
}
</style>
background-color css
<style>
a { background-color: #AB4FDD; }
a { background-color: rgb(171,79,221); }
div.DivClassName
{
background-color: #AB4FDD;
}
.BgClassName
{
background-color: #AB4FDD;
}
</style>
border-color css
<style>
span { border-color: #AB4FDD; }
span { border-color: rgb(171,79,221); }
td.TdClassName
{
border-color: #AB4FDD;
}
.TagClassName
{
border-color: #AB4FDD;
}
</style>