Shades of Medium Orchid #AC60D1
Tints of Medium Orchid #AC60D1
RGB
CMYK
RGB Variations
Color information
#AC60D1 (or 0xAC60D1) is known color: Medium Orchid. HEX triplet: AC, 60 and D1. RGB value is (172,96,209). Sum of RGB (Red+Green+Blue) = 172+96+209=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC60D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60D1 is #539F2E. Grayscale: #838383. Windows color (decimal): -5480239 or 13721772. OLE color: 13721772.
HSL color Cylindrical-coordinate representation of color #AC60D1: hue angle of 280.35º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC60D1 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 96 | 209 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.18 |
| HSL | 280.35º | 0.55% | 0.6% | - |
| HSV(B) | 280.35º | 0.54% | 0.82% | - |
| XYZ | 32.7 | 21.74 | 62.79 | - |
| YUV | 131.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 209 | 0.18 | 0.54 | 0 | 0.18 | 280.35 | 0.55 | 0.6 |
| Hex | AC | 60 | D1 | 12 | 36 | 0 | 12 | 118 | 37 | 3C |
| Octal | 254 | 140 | 321 | 22 | 66 | 0 | 22 | 430 | 67 | 74 |
| Binary | 10101100 | 1100000 | 11010001 | 10010 | 110110 | 0 | 10010 | 100011000 | 110111 | 111100 |
Color Harmonies of #AC60D1
Complementary color
Monochromatic Colors of #AC60D1
Black with #AC60D1
Text Example
Text Example
White with #AC60D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60D1; }
p { color: rgb(172,96,209); }
H1.HeaderClassName
{
color: #AC60D1;
}
.AnyTagClassName
{
color: #AC60D1;
}
</style>
background-color css
<style>
a { background-color: #AC60D1; }
a { background-color: rgb(172,96,209); }
div.DivClassName
{
background-color: #AC60D1;
}
.BgClassName
{
background-color: #AC60D1;
}
</style>
border-color css
<style>
span { border-color: #AC60D1; }
span { border-color: rgb(172,96,209); }
td.TdClassName
{
border-color: #AC60D1;
}
.TagClassName
{
border-color: #AC60D1;
}
</style>