Shades of Medium Orchid #AC42DF
Tints of Medium Orchid #AC42DF
RGB
CMYK
RGB Variations
Color information
#AC42DF (or 0xAC42DF) is known color: Medium Orchid. HEX triplet: AC, 42 and DF. RGB value is (172,66,223). Sum of RGB (Red+Green+Blue) = 172+66+223=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 66 (26.17% from 255 or 14.32% 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 #AC42DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42DF is #53BD20. Grayscale: #737373. Windows color (decimal): -5487905 or 14631596. OLE color: 14631596.
HSL color Cylindrical-coordinate representation of color #AC42DF: hue angle of 280.51º 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 #AC42DF is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 66 | 223 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.13 |
| HSL | 280.51º | 0.71% | 0.57% | - |
| HSV(B) | 280.51º | 0.7% | 0.87% | - |
| XYZ | 32.28 | 17.99 | 71.58 | - |
| YUV | 115.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 223 | 0.23 | 0.70 | 0 | 0.13 | 280.51 | 0.71 | 0.57 |
| Hex | AC | 42 | DF | 17 | 46 | 0 | D | 119 | 47 | 39 |
| Octal | 254 | 102 | 337 | 27 | 106 | 0 | 15 | 431 | 107 | 71 |
| Binary | 10101100 | 1000010 | 11011111 | 10111 | 1000110 | 0 | 1101 | 100011001 | 1000111 | 111001 |
Color Harmonies of #AC42DF
Complementary color
Monochromatic Colors of #AC42DF
Black with #AC42DF
Text Example
Text Example
White with #AC42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42DF; }
p { color: rgb(172,66,223); }
H1.HeaderClassName
{
color: #AC42DF;
}
.AnyTagClassName
{
color: #AC42DF;
}
</style>
background-color css
<style>
a { background-color: #AC42DF; }
a { background-color: rgb(172,66,223); }
div.DivClassName
{
background-color: #AC42DF;
}
.BgClassName
{
background-color: #AC42DF;
}
</style>
border-color css
<style>
span { border-color: #AC42DF; }
span { border-color: rgb(172,66,223); }
td.TdClassName
{
border-color: #AC42DF;
}
.TagClassName
{
border-color: #AC42DF;
}
</style>