Shades of Medium Orchid #AC60C8
Tints of Medium Orchid #AC60C8
RGB
CMYK
RGB Variations
Color information
#AC60C8 (or 0xAC60C8) is known color: Medium Orchid. HEX triplet: AC, 60 and C8. RGB value is (172,96,200). Sum of RGB (Red+Green+Blue) = 172+96+200=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC60C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60C8 is #539F37. Grayscale: #828282. Windows color (decimal): -5480248 or 13131948. OLE color: 13131948.
HSL color Cylindrical-coordinate representation of color #AC60C8: hue angle of 283.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC60C8 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 96 | 200 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.22 |
| HSL | 283.85º | 0.49% | 0.58% | - |
| HSV(B) | 283.85º | 0.52% | 0.78% | - |
| XYZ | 31.62 | 21.31 | 57.09 | - |
| YUV | 130.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 200 | 0.14 | 0.52 | 0 | 0.22 | 283.85 | 0.49 | 0.58 |
| Hex | AC | 60 | C8 | E | 34 | 0 | 16 | 11C | 31 | 3A |
| Octal | 254 | 140 | 310 | 16 | 64 | 0 | 26 | 434 | 61 | 72 |
| Binary | 10101100 | 1100000 | 11001000 | 1110 | 110100 | 0 | 10110 | 100011100 | 110001 | 111010 |
Color Harmonies of #AC60C8
Complementary color
Monochromatic Colors of #AC60C8
Black with #AC60C8
Text Example
Text Example
White with #AC60C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60C8; }
p { color: rgb(172,96,200); }
H1.HeaderClassName
{
color: #AC60C8;
}
.AnyTagClassName
{
color: #AC60C8;
}
</style>
background-color css
<style>
a { background-color: #AC60C8; }
a { background-color: rgb(172,96,200); }
div.DivClassName
{
background-color: #AC60C8;
}
.BgClassName
{
background-color: #AC60C8;
}
</style>
border-color css
<style>
span { border-color: #AC60C8; }
span { border-color: rgb(172,96,200); }
td.TdClassName
{
border-color: #AC60C8;
}
.TagClassName
{
border-color: #AC60C8;
}
</style>