Shades of Medium Orchid #AC68C4
Tints of Medium Orchid #AC68C4
RGB
CMYK
RGB Variations
Color information
#AC68C4 (or 0xAC68C4) is known color: Medium Orchid. HEX triplet: AC, 68 and C4. RGB value is (172,104,196). Sum of RGB (Red+Green+Blue) = 172+104+196=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC68C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68C4 is #53973B. Grayscale: #868686. Windows color (decimal): -5478204 or 12871852. OLE color: 12871852.
HSL color Cylindrical-coordinate representation of color #AC68C4: hue angle of 284.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC68C4 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 104 | 196 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.23 |
| HSL | 284.35º | 0.44% | 0.59% | - |
| HSV(B) | 284.35º | 0.47% | 0.77% | - |
| XYZ | 31.93 | 22.66 | 54.92 | - |
| YUV | 134.82 | 162.53 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 196 | 0.12 | 0.47 | 0 | 0.23 | 284.35 | 0.44 | 0.59 |
| Hex | AC | 68 | C4 | C | 2F | 0 | 17 | 11C | 2C | 3B |
| Octal | 254 | 150 | 304 | 14 | 57 | 0 | 27 | 434 | 54 | 73 |
| Binary | 10101100 | 1101000 | 11000100 | 1100 | 101111 | 0 | 10111 | 100011100 | 101100 | 111011 |
Color Harmonies of #AC68C4
Complementary color
Monochromatic Colors of #AC68C4
Black with #AC68C4
Text Example
Text Example
White with #AC68C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68C4; }
p { color: rgb(172,104,196); }
H1.HeaderClassName
{
color: #AC68C4;
}
.AnyTagClassName
{
color: #AC68C4;
}
</style>
background-color css
<style>
a { background-color: #AC68C4; }
a { background-color: rgb(172,104,196); }
div.DivClassName
{
background-color: #AC68C4;
}
.BgClassName
{
background-color: #AC68C4;
}
</style>
border-color css
<style>
span { border-color: #AC68C4; }
span { border-color: rgb(172,104,196); }
td.TdClassName
{
border-color: #AC68C4;
}
.TagClassName
{
border-color: #AC68C4;
}
</style>