Shades of Medium Orchid #AC60D4
Tints of Medium Orchid #AC60D4
RGB
CMYK
RGB Variations
Color information
#AC60D4 (or 0xAC60D4) is known color: Medium Orchid. HEX triplet: AC, 60 and D4. RGB value is (172,96,212). Sum of RGB (Red+Green+Blue) = 172+96+212=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC60D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60D4 is #539F2B. Grayscale: #838383. Windows color (decimal): -5480236 or 13918380. OLE color: 13918380.
HSL color Cylindrical-coordinate representation of color #AC60D4: hue angle of 279.31º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC60D4 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 96 | 212 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.17 |
| HSL | 279.31º | 0.57% | 0.6% | - |
| HSV(B) | 279.31º | 0.55% | 0.83% | - |
| XYZ | 33.08 | 21.89 | 64.77 | - |
| YUV | 131.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 212 | 0.19 | 0.55 | 0 | 0.17 | 279.31 | 0.57 | 0.6 |
| Hex | AC | 60 | D4 | 13 | 37 | 0 | 11 | 117 | 39 | 3C |
| Octal | 254 | 140 | 324 | 23 | 67 | 0 | 21 | 427 | 71 | 74 |
| Binary | 10101100 | 1100000 | 11010100 | 10011 | 110111 | 0 | 10001 | 100010111 | 111001 | 111100 |
Color Harmonies of #AC60D4
Complementary color
Monochromatic Colors of #AC60D4
Black with #AC60D4
Text Example
Text Example
White with #AC60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60D4; }
p { color: rgb(172,96,212); }
H1.HeaderClassName
{
color: #AC60D4;
}
.AnyTagClassName
{
color: #AC60D4;
}
</style>
background-color css
<style>
a { background-color: #AC60D4; }
a { background-color: rgb(172,96,212); }
div.DivClassName
{
background-color: #AC60D4;
}
.BgClassName
{
background-color: #AC60D4;
}
</style>
border-color css
<style>
span { border-color: #AC60D4; }
span { border-color: rgb(172,96,212); }
td.TdClassName
{
border-color: #AC60D4;
}
.TagClassName
{
border-color: #AC60D4;
}
</style>