Shades of Medium Orchid #AB46DE
Tints of Medium Orchid #AB46DE
RGB
CMYK
RGB Variations
Color information
#AB46DE (or 0xAB46DE) is known color: Medium Orchid. HEX triplet: AB, 46 and DE. RGB value is (171,70,222). Sum of RGB (Red+Green+Blue) = 171+70+222=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB46DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46DE is #54B921. Grayscale: #757575. Windows color (decimal): -5552418 or 14567083. OLE color: 14567083.
HSL color Cylindrical-coordinate representation of color #AB46DE: hue angle of 279.87º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB46DE is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 70 | 222 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.13 |
| HSL | 279.87º | 0.7% | 0.57% | - |
| HSV(B) | 279.87º | 0.68% | 0.87% | - |
| XYZ | 32.17 | 18.31 | 70.95 | - |
| YUV | 117.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 222 | 0.23 | 0.68 | 0 | 0.13 | 279.87 | 0.7 | 0.57 |
| Hex | AB | 46 | DE | 17 | 44 | 0 | D | 118 | 46 | 39 |
| Octal | 253 | 106 | 336 | 27 | 104 | 0 | 15 | 430 | 106 | 71 |
| Binary | 10101011 | 1000110 | 11011110 | 10111 | 1000100 | 0 | 1101 | 100011000 | 1000110 | 111001 |
Color Harmonies of #AB46DE
Complementary color
Monochromatic Colors of #AB46DE
Black with #AB46DE
Text Example
Text Example
White with #AB46DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46DE; }
p { color: rgb(171,70,222); }
H1.HeaderClassName
{
color: #AB46DE;
}
.AnyTagClassName
{
color: #AB46DE;
}
</style>
background-color css
<style>
a { background-color: #AB46DE; }
a { background-color: rgb(171,70,222); }
div.DivClassName
{
background-color: #AB46DE;
}
.BgClassName
{
background-color: #AB46DE;
}
</style>
border-color css
<style>
span { border-color: #AB46DE; }
span { border-color: rgb(171,70,222); }
td.TdClassName
{
border-color: #AB46DE;
}
.TagClassName
{
border-color: #AB46DE;
}
</style>