Shades of Medium Orchid #AB41DF
Tints of Medium Orchid #AB41DF
RGB
CMYK
RGB Variations
Color information
#AB41DF (or 0xAB41DF) is known color: Medium Orchid. HEX triplet: AB, 41 and DF. RGB value is (171,65,223). Sum of RGB (Red+Green+Blue) = 171+65+223=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB41DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41DF is #54BE20. Grayscale: #727272. Windows color (decimal): -5553697 or 14631339. OLE color: 14631339.
HSL color Cylindrical-coordinate representation of color #AB41DF: hue angle of 280.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB41DF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 65 | 223 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.13 |
| HSL | 280.25º | 0.71% | 0.56% | - |
| HSV(B) | 280.25º | 0.71% | 0.87% | - |
| XYZ | 32 | 17.77 | 71.55 | - |
| YUV | 114.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 223 | 0.23 | 0.71 | 0 | 0.13 | 280.25 | 0.71 | 0.56 |
| Hex | AB | 41 | DF | 17 | 47 | 0 | D | 118 | 47 | 38 |
| Octal | 253 | 101 | 337 | 27 | 107 | 0 | 15 | 430 | 107 | 70 |
| Binary | 10101011 | 1000001 | 11011111 | 10111 | 1000111 | 0 | 1101 | 100011000 | 1000111 | 111000 |
Color Harmonies of #AB41DF
Complementary color
Monochromatic Colors of #AB41DF
Black with #AB41DF
Text Example
Text Example
White with #AB41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41DF; }
p { color: rgb(171,65,223); }
H1.HeaderClassName
{
color: #AB41DF;
}
.AnyTagClassName
{
color: #AB41DF;
}
</style>
background-color css
<style>
a { background-color: #AB41DF; }
a { background-color: rgb(171,65,223); }
div.DivClassName
{
background-color: #AB41DF;
}
.BgClassName
{
background-color: #AB41DF;
}
</style>
border-color css
<style>
span { border-color: #AB41DF; }
span { border-color: rgb(171,65,223); }
td.TdClassName
{
border-color: #AB41DF;
}
.TagClassName
{
border-color: #AB41DF;
}
</style>