Shades of Medium Orchid #AC51DF
Tints of Medium Orchid #AC51DF
RGB
CMYK
RGB Variations
Color information
#AC51DF (or 0xAC51DF) is known color: Medium Orchid. HEX triplet: AC, 51 and DF. RGB value is (172,81,223). Sum of RGB (Red+Green+Blue) = 172+81+223=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC51DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51DF is #53AE20. Grayscale: #7B7B7B. Windows color (decimal): -5484065 or 14635436. OLE color: 14635436.
HSL color Cylindrical-coordinate representation of color #AC51DF: hue angle of 278.45º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC51DF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 81 | 223 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.13 |
| HSL | 278.45º | 0.69% | 0.6% | - |
| HSV(B) | 278.45º | 0.64% | 0.87% | - |
| XYZ | 33.27 | 19.98 | 71.92 | - |
| YUV | 124.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 223 | 0.23 | 0.64 | 0 | 0.13 | 278.45 | 0.69 | 0.6 |
| Hex | AC | 51 | DF | 17 | 40 | 0 | D | 116 | 45 | 3C |
| Octal | 254 | 121 | 337 | 27 | 100 | 0 | 15 | 426 | 105 | 74 |
| Binary | 10101100 | 1010001 | 11011111 | 10111 | 1000000 | 0 | 1101 | 100010110 | 1000101 | 111100 |
Color Harmonies of #AC51DF
Complementary color
Monochromatic Colors of #AC51DF
Black with #AC51DF
Text Example
Text Example
White with #AC51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51DF; }
p { color: rgb(172,81,223); }
H1.HeaderClassName
{
color: #AC51DF;
}
.AnyTagClassName
{
color: #AC51DF;
}
</style>
background-color css
<style>
a { background-color: #AC51DF; }
a { background-color: rgb(172,81,223); }
div.DivClassName
{
background-color: #AC51DF;
}
.BgClassName
{
background-color: #AC51DF;
}
</style>
border-color css
<style>
span { border-color: #AC51DF; }
span { border-color: rgb(172,81,223); }
td.TdClassName
{
border-color: #AC51DF;
}
.TagClassName
{
border-color: #AC51DF;
}
</style>