Shades of Medium Orchid #AB4BDD
Tints of Medium Orchid #AB4BDD
RGB
CMYK
RGB Variations
Color information
#AB4BDD (or 0xAB4BDD) is known color: Medium Orchid. HEX triplet: AB, 4B and DD. RGB value is (171,75,221). Sum of RGB (Red+Green+Blue) = 171+75+221=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB4BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BDD is #54B422. Grayscale: #777777. Windows color (decimal): -5551139 or 14502827. OLE color: 14502827.
HSL color Cylindrical-coordinate representation of color #AB4BDD: hue angle of 279.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4BDD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 75 | 221 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.13 |
| HSL | 279.45º | 0.68% | 0.58% | - |
| HSV(B) | 279.45º | 0.66% | 0.87% | - |
| XYZ | 32.36 | 18.91 | 70.35 | - |
| YUV | 120.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 221 | 0.23 | 0.66 | 0 | 0.13 | 279.45 | 0.68 | 0.58 |
| Hex | AB | 4B | DD | 17 | 42 | 0 | D | 117 | 44 | 3A |
| Octal | 253 | 113 | 335 | 27 | 102 | 0 | 15 | 427 | 104 | 72 |
| Binary | 10101011 | 1001011 | 11011101 | 10111 | 1000010 | 0 | 1101 | 100010111 | 1000100 | 111010 |
Color Harmonies of #AB4BDD
Complementary color
Monochromatic Colors of #AB4BDD
Black with #AB4BDD
Text Example
Text Example
White with #AB4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BDD; }
p { color: rgb(171,75,221); }
H1.HeaderClassName
{
color: #AB4BDD;
}
.AnyTagClassName
{
color: #AB4BDD;
}
</style>
background-color css
<style>
a { background-color: #AB4BDD; }
a { background-color: rgb(171,75,221); }
div.DivClassName
{
background-color: #AB4BDD;
}
.BgClassName
{
background-color: #AB4BDD;
}
</style>
border-color css
<style>
span { border-color: #AB4BDD; }
span { border-color: rgb(171,75,221); }
td.TdClassName
{
border-color: #AB4BDD;
}
.TagClassName
{
border-color: #AB4BDD;
}
</style>