Shades of Medium Orchid #AC5DDF
Tints of Medium Orchid #AC5DDF
RGB
CMYK
RGB Variations
Color information
#AC5DDF (or 0xAC5DDF) is known color: Medium Orchid. HEX triplet: AC, 5D and DF. RGB value is (172,93,223). Sum of RGB (Red+Green+Blue) = 172+93+223=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC5DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DDF is #53A220. Grayscale: #838383. Windows color (decimal): -5480993 or 14638508. OLE color: 14638508.
HSL color Cylindrical-coordinate representation of color #AC5DDF: hue angle of 276.46º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5DDF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 93 | 223 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.13 |
| HSL | 276.46º | 0.67% | 0.62% | - |
| HSV(B) | 276.46º | 0.58% | 0.87% | - |
| XYZ | 34.25 | 21.93 | 72.24 | - |
| YUV | 131.44 | 179.67 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 223 | 0.23 | 0.58 | 0 | 0.13 | 276.46 | 0.67 | 0.62 |
| Hex | AC | 5D | DF | 17 | 3A | 0 | D | 114 | 43 | 3E |
| Octal | 254 | 135 | 337 | 27 | 72 | 0 | 15 | 424 | 103 | 76 |
| Binary | 10101100 | 1011101 | 11011111 | 10111 | 111010 | 0 | 1101 | 100010100 | 1000011 | 111110 |
Color Harmonies of #AC5DDF
Complementary color
Monochromatic Colors of #AC5DDF
Black with #AC5DDF
Text Example
Text Example
White with #AC5DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DDF; }
p { color: rgb(172,93,223); }
H1.HeaderClassName
{
color: #AC5DDF;
}
.AnyTagClassName
{
color: #AC5DDF;
}
</style>
background-color css
<style>
a { background-color: #AC5DDF; }
a { background-color: rgb(172,93,223); }
div.DivClassName
{
background-color: #AC5DDF;
}
.BgClassName
{
background-color: #AC5DDF;
}
</style>
border-color css
<style>
span { border-color: #AC5DDF; }
span { border-color: rgb(172,93,223); }
td.TdClassName
{
border-color: #AC5DDF;
}
.TagClassName
{
border-color: #AC5DDF;
}
</style>