Shades of Medium Orchid #AB46DF
Tints of Medium Orchid #AB46DF
RGB
CMYK
RGB Variations
Color information
#AB46DF (or 0xAB46DF) is known color: Medium Orchid. HEX triplet: AB, 46 and DF. RGB value is (171,70,223). Sum of RGB (Red+Green+Blue) = 171+70+223=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB46DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46DF is #54B920. Grayscale: #757575. Windows color (decimal): -5552417 or 14632619. OLE color: 14632619.
HSL color Cylindrical-coordinate representation of color #AB46DF: hue angle of 279.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB46DF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 70 | 223 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.13 |
| HSL | 279.61º | 0.71% | 0.57% | - |
| HSV(B) | 279.61º | 0.69% | 0.87% | - |
| XYZ | 32.3 | 18.37 | 71.65 | - |
| YUV | 117.64 | 187.46 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 223 | 0.23 | 0.69 | 0 | 0.13 | 279.61 | 0.71 | 0.57 |
| Hex | AB | 46 | DF | 17 | 45 | 0 | D | 118 | 47 | 39 |
| Octal | 253 | 106 | 337 | 27 | 105 | 0 | 15 | 430 | 107 | 71 |
| Binary | 10101011 | 1000110 | 11011111 | 10111 | 1000101 | 0 | 1101 | 100011000 | 1000111 | 111001 |
Color Harmonies of #AB46DF
Complementary color
Monochromatic Colors of #AB46DF
Black with #AB46DF
Text Example
Text Example
White with #AB46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46DF; }
p { color: rgb(171,70,223); }
H1.HeaderClassName
{
color: #AB46DF;
}
.AnyTagClassName
{
color: #AB46DF;
}
</style>
background-color css
<style>
a { background-color: #AB46DF; }
a { background-color: rgb(171,70,223); }
div.DivClassName
{
background-color: #AB46DF;
}
.BgClassName
{
background-color: #AB46DF;
}
</style>
border-color css
<style>
span { border-color: #AB46DF; }
span { border-color: rgb(171,70,223); }
td.TdClassName
{
border-color: #AB46DF;
}
.TagClassName
{
border-color: #AB46DF;
}
</style>