Shades of Medium Orchid #AB4ADD
Tints of Medium Orchid #AB4ADD
RGB
CMYK
RGB Variations
Color information
#AB4ADD (or 0xAB4ADD) is known color: Medium Orchid. HEX triplet: AB, 4A and DD. RGB value is (171,74,221). Sum of RGB (Red+Green+Blue) = 171+74+221=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB4ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ADD is #54B522. Grayscale: #777777. Windows color (decimal): -5551395 or 14502571. OLE color: 14502571.
HSL color Cylindrical-coordinate representation of color #AB4ADD: hue angle of 279.59º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4ADD is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 74 | 221 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.13 |
| HSL | 279.59º | 0.68% | 0.58% | - |
| HSV(B) | 279.59º | 0.67% | 0.87% | - |
| XYZ | 32.29 | 18.78 | 70.33 | - |
| YUV | 119.76 | 185.14 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 221 | 0.23 | 0.67 | 0 | 0.13 | 279.59 | 0.68 | 0.58 |
| Hex | AB | 4A | DD | 17 | 43 | 0 | D | 118 | 44 | 3A |
| Octal | 253 | 112 | 335 | 27 | 103 | 0 | 15 | 430 | 104 | 72 |
| Binary | 10101011 | 1001010 | 11011101 | 10111 | 1000011 | 0 | 1101 | 100011000 | 1000100 | 111010 |
Color Harmonies of #AB4ADD
Complementary color
Monochromatic Colors of #AB4ADD
Black with #AB4ADD
Text Example
Text Example
White with #AB4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4ADD; }
p { color: rgb(171,74,221); }
H1.HeaderClassName
{
color: #AB4ADD;
}
.AnyTagClassName
{
color: #AB4ADD;
}
</style>
background-color css
<style>
a { background-color: #AB4ADD; }
a { background-color: rgb(171,74,221); }
div.DivClassName
{
background-color: #AB4ADD;
}
.BgClassName
{
background-color: #AB4ADD;
}
</style>
border-color css
<style>
span { border-color: #AB4ADD; }
span { border-color: rgb(171,74,221); }
td.TdClassName
{
border-color: #AB4ADD;
}
.TagClassName
{
border-color: #AB4ADD;
}
</style>