Shades of Medium Orchid #AC64CE
Tints of Medium Orchid #AC64CE
RGB
CMYK
RGB Variations
Color information
#AC64CE (or 0xAC64CE) is known color: Medium Orchid. HEX triplet: AC, 64 and CE. RGB value is (172,100,206). Sum of RGB (Red+Green+Blue) = 172+100+206=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC64CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64CE is #539B31. Grayscale: #858585. Windows color (decimal): -5479218 or 13526188. OLE color: 13526188.
HSL color Cylindrical-coordinate representation of color #AC64CE: hue angle of 280.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC64CE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 100 | 206 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.19 |
| HSL | 280.75º | 0.52% | 0.6% | - |
| HSV(B) | 280.75º | 0.51% | 0.81% | - |
| XYZ | 32.71 | 22.34 | 60.98 | - |
| YUV | 133.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 206 | 0.17 | 0.51 | 0 | 0.19 | 280.75 | 0.52 | 0.6 |
| Hex | AC | 64 | CE | 11 | 33 | 0 | 13 | 119 | 34 | 3C |
| Octal | 254 | 144 | 316 | 21 | 63 | 0 | 23 | 431 | 64 | 74 |
| Binary | 10101100 | 1100100 | 11001110 | 10001 | 110011 | 0 | 10011 | 100011001 | 110100 | 111100 |
Color Harmonies of #AC64CE
Complementary color
Monochromatic Colors of #AC64CE
Black with #AC64CE
Text Example
Text Example
White with #AC64CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64CE; }
p { color: rgb(172,100,206); }
H1.HeaderClassName
{
color: #AC64CE;
}
.AnyTagClassName
{
color: #AC64CE;
}
</style>
background-color css
<style>
a { background-color: #AC64CE; }
a { background-color: rgb(172,100,206); }
div.DivClassName
{
background-color: #AC64CE;
}
.BgClassName
{
background-color: #AC64CE;
}
</style>
border-color css
<style>
span { border-color: #AC64CE; }
span { border-color: rgb(172,100,206); }
td.TdClassName
{
border-color: #AC64CE;
}
.TagClassName
{
border-color: #AC64CE;
}
</style>