Shades of Medium Orchid #AC60C9
Tints of Medium Orchid #AC60C9
RGB
CMYK
RGB Variations
Color information
#AC60C9 (or 0xAC60C9) is known color: Medium Orchid. HEX triplet: AC, 60 and C9. RGB value is (172,96,201). Sum of RGB (Red+Green+Blue) = 172+96+201=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC60C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60C9 is #539F36. Grayscale: #828282. Windows color (decimal): -5480247 or 13197484. OLE color: 13197484.
HSL color Cylindrical-coordinate representation of color #AC60C9: hue angle of 283.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC60C9 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 96 | 201 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.21 |
| HSL | 283.43º | 0.49% | 0.58% | - |
| HSV(B) | 283.43º | 0.52% | 0.79% | - |
| XYZ | 31.74 | 21.35 | 57.71 | - |
| YUV | 130.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 201 | 0.14 | 0.52 | 0 | 0.21 | 283.43 | 0.49 | 0.58 |
| Hex | AC | 60 | C9 | E | 34 | 0 | 15 | 11B | 31 | 3A |
| Octal | 254 | 140 | 311 | 16 | 64 | 0 | 25 | 433 | 61 | 72 |
| Binary | 10101100 | 1100000 | 11001001 | 1110 | 110100 | 0 | 10101 | 100011011 | 110001 | 111010 |
Color Harmonies of #AC60C9
Complementary color
Monochromatic Colors of #AC60C9
Black with #AC60C9
Text Example
Text Example
White with #AC60C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60C9; }
p { color: rgb(172,96,201); }
H1.HeaderClassName
{
color: #AC60C9;
}
.AnyTagClassName
{
color: #AC60C9;
}
</style>
background-color css
<style>
a { background-color: #AC60C9; }
a { background-color: rgb(172,96,201); }
div.DivClassName
{
background-color: #AC60C9;
}
.BgClassName
{
background-color: #AC60C9;
}
</style>
border-color css
<style>
span { border-color: #AC60C9; }
span { border-color: rgb(172,96,201); }
td.TdClassName
{
border-color: #AC60C9;
}
.TagClassName
{
border-color: #AC60C9;
}
</style>