Shades of Medium Orchid #AB43DF
Tints of Medium Orchid #AB43DF
RGB
CMYK
RGB Variations
Color information
#AB43DF (or 0xAB43DF) is known color: Medium Orchid. HEX triplet: AB, 43 and DF. RGB value is (171,67,223). Sum of RGB (Red+Green+Blue) = 171+67+223=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB43DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43DF is #54BC20. Grayscale: #737373. Windows color (decimal): -5553185 or 14631851. OLE color: 14631851.
HSL color Cylindrical-coordinate representation of color #AB43DF: hue angle of 280º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB43DF is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 67 | 223 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.13 |
| HSL | 280º | 0.71% | 0.57% | - |
| HSV(B) | 280º | 0.7% | 0.87% | - |
| XYZ | 32.12 | 18 | 71.59 | - |
| YUV | 115.88 | 188.46 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 223 | 0.23 | 0.70 | 0 | 0.13 | 280 | 0.71 | 0.57 |
| Hex | AB | 43 | DF | 17 | 46 | 0 | D | 118 | 47 | 39 |
| Octal | 253 | 103 | 337 | 27 | 106 | 0 | 15 | 430 | 107 | 71 |
| Binary | 10101011 | 1000011 | 11011111 | 10111 | 1000110 | 0 | 1101 | 100011000 | 1000111 | 111001 |
Color Harmonies of #AB43DF
Complementary color
Monochromatic Colors of #AB43DF
Black with #AB43DF
Text Example
Text Example
White with #AB43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43DF; }
p { color: rgb(171,67,223); }
H1.HeaderClassName
{
color: #AB43DF;
}
.AnyTagClassName
{
color: #AB43DF;
}
</style>
background-color css
<style>
a { background-color: #AB43DF; }
a { background-color: rgb(171,67,223); }
div.DivClassName
{
background-color: #AB43DF;
}
.BgClassName
{
background-color: #AB43DF;
}
</style>
border-color css
<style>
span { border-color: #AB43DF; }
span { border-color: rgb(171,67,223); }
td.TdClassName
{
border-color: #AB43DF;
}
.TagClassName
{
border-color: #AB43DF;
}
</style>