Shades of Medium Orchid #AC4DCE
Tints of Medium Orchid #AC4DCE
RGB
CMYK
RGB Variations
Color information
#AC4DCE (or 0xAC4DCE) is known color: Medium Orchid. HEX triplet: AC, 4D and CE. RGB value is (172,77,206). Sum of RGB (Red+Green+Blue) = 172+77+206=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC4DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DCE is #53B231. Grayscale: #777777. Windows color (decimal): -5485106 or 13520300. OLE color: 13520300.
HSL color Cylindrical-coordinate representation of color #AC4DCE: hue angle of 284.19º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4DCE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 77 | 206 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.19 |
| HSL | 284.19º | 0.57% | 0.55% | - |
| HSV(B) | 284.19º | 0.63% | 0.81% | - |
| XYZ | 30.81 | 18.53 | 60.35 | - |
| YUV | 120.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 206 | 0.17 | 0.63 | 0 | 0.19 | 284.19 | 0.57 | 0.55 |
| Hex | AC | 4D | CE | 11 | 3F | 0 | 13 | 11C | 39 | 37 |
| Octal | 254 | 115 | 316 | 21 | 77 | 0 | 23 | 434 | 71 | 67 |
| Binary | 10101100 | 1001101 | 11001110 | 10001 | 111111 | 0 | 10011 | 100011100 | 111001 | 110111 |
Color Harmonies of #AC4DCE
Complementary color
Monochromatic Colors of #AC4DCE
Black with #AC4DCE
Text Example
Text Example
White with #AC4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DCE; }
p { color: rgb(172,77,206); }
H1.HeaderClassName
{
color: #AC4DCE;
}
.AnyTagClassName
{
color: #AC4DCE;
}
</style>
background-color css
<style>
a { background-color: #AC4DCE; }
a { background-color: rgb(172,77,206); }
div.DivClassName
{
background-color: #AC4DCE;
}
.BgClassName
{
background-color: #AC4DCE;
}
</style>
border-color css
<style>
span { border-color: #AC4DCE; }
span { border-color: rgb(172,77,206); }
td.TdClassName
{
border-color: #AC4DCE;
}
.TagClassName
{
border-color: #AC4DCE;
}
</style>