Shades of Medium Orchid #AC48DF
Tints of Medium Orchid #AC48DF
RGB
CMYK
RGB Variations
Color information
#AC48DF (or 0xAC48DF) is known color: Medium Orchid. HEX triplet: AC, 48 and DF. RGB value is (172,72,223). Sum of RGB (Red+Green+Blue) = 172+72+223=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48DF is #53B720. Grayscale: #767676. Windows color (decimal): -5486369 or 14633132. OLE color: 14633132.
HSL color Cylindrical-coordinate representation of color #AC48DF: hue angle of 279.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC48DF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 72 | 223 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.13 |
| HSL | 279.74º | 0.7% | 0.58% | - |
| HSV(B) | 279.74º | 0.68% | 0.87% | - |
| XYZ | 32.65 | 18.73 | 71.71 | - |
| YUV | 119.11 | 186.63 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 223 | 0.23 | 0.68 | 0 | 0.13 | 279.74 | 0.7 | 0.58 |
| Hex | AC | 48 | DF | 17 | 44 | 0 | D | 118 | 46 | 3A |
| Octal | 254 | 110 | 337 | 27 | 104 | 0 | 15 | 430 | 106 | 72 |
| Binary | 10101100 | 1001000 | 11011111 | 10111 | 1000100 | 0 | 1101 | 100011000 | 1000110 | 111010 |
Color Harmonies of #AC48DF
Complementary color
Monochromatic Colors of #AC48DF
Black with #AC48DF
Text Example
Text Example
White with #AC48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC48DF; }
p { color: rgb(172,72,223); }
H1.HeaderClassName
{
color: #AC48DF;
}
.AnyTagClassName
{
color: #AC48DF;
}
</style>
background-color css
<style>
a { background-color: #AC48DF; }
a { background-color: rgb(172,72,223); }
div.DivClassName
{
background-color: #AC48DF;
}
.BgClassName
{
background-color: #AC48DF;
}
</style>
border-color css
<style>
span { border-color: #AC48DF; }
span { border-color: rgb(172,72,223); }
td.TdClassName
{
border-color: #AC48DF;
}
.TagClassName
{
border-color: #AC48DF;
}
</style>