Shades of Medium Orchid #AC64D0
Tints of Medium Orchid #AC64D0
RGB
CMYK
RGB Variations
Color information
#AC64D0 (or 0xAC64D0) is known color: Medium Orchid. HEX triplet: AC, 64 and D0. RGB value is (172,100,208). Sum of RGB (Red+Green+Blue) = 172+100+208=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC64D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64D0 is #539B2F. Grayscale: #858585. Windows color (decimal): -5479216 or 13657260. OLE color: 13657260.
HSL color Cylindrical-coordinate representation of color #AC64D0: hue angle of 280º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC64D0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 100 | 208 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.18 |
| HSL | 280º | 0.53% | 0.6% | - |
| HSV(B) | 280º | 0.52% | 0.82% | - |
| XYZ | 32.96 | 22.44 | 62.27 | - |
| YUV | 133.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 208 | 0.17 | 0.52 | 0 | 0.18 | 280 | 0.53 | 0.6 |
| Hex | AC | 64 | D0 | 11 | 34 | 0 | 12 | 118 | 35 | 3C |
| Octal | 254 | 144 | 320 | 21 | 64 | 0 | 22 | 430 | 65 | 74 |
| Binary | 10101100 | 1100100 | 11010000 | 10001 | 110100 | 0 | 10010 | 100011000 | 110101 | 111100 |
Color Harmonies of #AC64D0
Complementary color
Monochromatic Colors of #AC64D0
Black with #AC64D0
Text Example
Text Example
White with #AC64D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64D0; }
p { color: rgb(172,100,208); }
H1.HeaderClassName
{
color: #AC64D0;
}
.AnyTagClassName
{
color: #AC64D0;
}
</style>
background-color css
<style>
a { background-color: #AC64D0; }
a { background-color: rgb(172,100,208); }
div.DivClassName
{
background-color: #AC64D0;
}
.BgClassName
{
background-color: #AC64D0;
}
</style>
border-color css
<style>
span { border-color: #AC64D0; }
span { border-color: rgb(172,100,208); }
td.TdClassName
{
border-color: #AC64D0;
}
.TagClassName
{
border-color: #AC64D0;
}
</style>