Shades of Medium Orchid #AC60D8
Tints of Medium Orchid #AC60D8
RGB
CMYK
RGB Variations
Color information
#AC60D8 (or 0xAC60D8) is known color: Medium Orchid. HEX triplet: AC, 60 and D8. RGB value is (172,96,216). Sum of RGB (Red+Green+Blue) = 172+96+216=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC60D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60D8 is #539F27. Grayscale: #848484. Windows color (decimal): -5480232 or 14180524. OLE color: 14180524.
HSL color Cylindrical-coordinate representation of color #AC60D8: hue angle of 278º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC60D8 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 96 | 216 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.15 |
| HSL | 278º | 0.61% | 0.61% | - |
| HSV(B) | 278º | 0.56% | 0.85% | - |
| XYZ | 33.59 | 22.09 | 67.46 | - |
| YUV | 132.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 216 | 0.20 | 0.56 | 0 | 0.15 | 278 | 0.61 | 0.61 |
| Hex | AC | 60 | D8 | 14 | 38 | 0 | F | 116 | 3D | 3D |
| Octal | 254 | 140 | 330 | 24 | 70 | 0 | 17 | 426 | 75 | 75 |
| Binary | 10101100 | 1100000 | 11011000 | 10100 | 111000 | 0 | 1111 | 100010110 | 111101 | 111101 |
Color Harmonies of #AC60D8
Complementary color
Monochromatic Colors of #AC60D8
Black with #AC60D8
Text Example
Text Example
White with #AC60D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60D8; }
p { color: rgb(172,96,216); }
H1.HeaderClassName
{
color: #AC60D8;
}
.AnyTagClassName
{
color: #AC60D8;
}
</style>
background-color css
<style>
a { background-color: #AC60D8; }
a { background-color: rgb(172,96,216); }
div.DivClassName
{
background-color: #AC60D8;
}
.BgClassName
{
background-color: #AC60D8;
}
</style>
border-color css
<style>
span { border-color: #AC60D8; }
span { border-color: rgb(172,96,216); }
td.TdClassName
{
border-color: #AC60D8;
}
.TagClassName
{
border-color: #AC60D8;
}
</style>