Shades of Medium Orchid #AC60CF
Tints of Medium Orchid #AC60CF
RGB
CMYK
RGB Variations
Color information
#AC60CF (or 0xAC60CF) is known color: Medium Orchid. HEX triplet: AC, 60 and CF. RGB value is (172,96,207). Sum of RGB (Red+Green+Blue) = 172+96+207=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60CF is #539F30. Grayscale: #838383. Windows color (decimal): -5480241 or 13590700. OLE color: 13590700.
HSL color Cylindrical-coordinate representation of color #AC60CF: hue angle of 281.08º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC60CF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 96 | 207 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.19 |
| HSL | 281.08º | 0.54% | 0.59% | - |
| HSV(B) | 281.08º | 0.54% | 0.81% | - |
| XYZ | 32.46 | 21.64 | 61.5 | - |
| YUV | 131.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 207 | 0.17 | 0.54 | 0 | 0.19 | 281.08 | 0.54 | 0.59 |
| Hex | AC | 60 | CF | 11 | 36 | 0 | 13 | 119 | 36 | 3B |
| Octal | 254 | 140 | 317 | 21 | 66 | 0 | 23 | 431 | 66 | 73 |
| Binary | 10101100 | 1100000 | 11001111 | 10001 | 110110 | 0 | 10011 | 100011001 | 110110 | 111011 |
Color Harmonies of #AC60CF
Complementary color
Monochromatic Colors of #AC60CF
Black with #AC60CF
Text Example
Text Example
White with #AC60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60CF; }
p { color: rgb(172,96,207); }
H1.HeaderClassName
{
color: #AC60CF;
}
.AnyTagClassName
{
color: #AC60CF;
}
</style>
background-color css
<style>
a { background-color: #AC60CF; }
a { background-color: rgb(172,96,207); }
div.DivClassName
{
background-color: #AC60CF;
}
.BgClassName
{
background-color: #AC60CF;
}
</style>
border-color css
<style>
span { border-color: #AC60CF; }
span { border-color: rgb(172,96,207); }
td.TdClassName
{
border-color: #AC60CF;
}
.TagClassName
{
border-color: #AC60CF;
}
</style>