Shades of Medium Orchid #AC58DF
Tints of Medium Orchid #AC58DF
RGB
CMYK
RGB Variations
Color information
#AC58DF (or 0xAC58DF) is known color: Medium Orchid. HEX triplet: AC, 58 and DF. RGB value is (172,88,223). Sum of RGB (Red+Green+Blue) = 172+88+223=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC58DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58DF is #53A720. Grayscale: #808080. Windows color (decimal): -5482273 or 14637228. OLE color: 14637228.
HSL color Cylindrical-coordinate representation of color #AC58DF: hue angle of 277.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC58DF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 88 | 223 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.13 |
| HSL | 277.33º | 0.68% | 0.61% | - |
| HSV(B) | 277.33º | 0.61% | 0.87% | - |
| XYZ | 33.82 | 21.08 | 72.1 | - |
| YUV | 128.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 223 | 0.23 | 0.61 | 0 | 0.13 | 277.33 | 0.68 | 0.61 |
| Hex | AC | 58 | DF | 17 | 3D | 0 | D | 115 | 44 | 3D |
| Octal | 254 | 130 | 337 | 27 | 75 | 0 | 15 | 425 | 104 | 75 |
| Binary | 10101100 | 1011000 | 11011111 | 10111 | 111101 | 0 | 1101 | 100010101 | 1000100 | 111101 |
Color Harmonies of #AC58DF
Complementary color
Monochromatic Colors of #AC58DF
Black with #AC58DF
Text Example
Text Example
White with #AC58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58DF; }
p { color: rgb(172,88,223); }
H1.HeaderClassName
{
color: #AC58DF;
}
.AnyTagClassName
{
color: #AC58DF;
}
</style>
background-color css
<style>
a { background-color: #AC58DF; }
a { background-color: rgb(172,88,223); }
div.DivClassName
{
background-color: #AC58DF;
}
.BgClassName
{
background-color: #AC58DF;
}
</style>
border-color css
<style>
span { border-color: #AC58DF; }
span { border-color: rgb(172,88,223); }
td.TdClassName
{
border-color: #AC58DF;
}
.TagClassName
{
border-color: #AC58DF;
}
</style>