Shades of Medium Orchid #AC5CCF
Tints of Medium Orchid #AC5CCF
RGB
CMYK
RGB Variations
Color information
#AC5CCF (or 0xAC5CCF) is known color: Medium Orchid. HEX triplet: AC, 5C and CF. RGB value is (172,92,207). Sum of RGB (Red+Green+Blue) = 172+92+207=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CCF is #53A330. Grayscale: #808080. Windows color (decimal): -5481265 or 13589676. OLE color: 13589676.
HSL color Cylindrical-coordinate representation of color #AC5CCF: hue angle of 281.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC5CCF is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 92 | 207 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.19 |
| HSL | 281.74º | 0.55% | 0.59% | - |
| HSV(B) | 281.74º | 0.56% | 0.81% | - |
| XYZ | 32.1 | 20.93 | 61.38 | - |
| YUV | 129.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 207 | 0.17 | 0.56 | 0 | 0.19 | 281.74 | 0.55 | 0.59 |
| Hex | AC | 5C | CF | 11 | 38 | 0 | 13 | 11A | 37 | 3B |
| Octal | 254 | 134 | 317 | 21 | 70 | 0 | 23 | 432 | 67 | 73 |
| Binary | 10101100 | 1011100 | 11001111 | 10001 | 111000 | 0 | 10011 | 100011010 | 110111 | 111011 |
Color Harmonies of #AC5CCF
Complementary color
Monochromatic Colors of #AC5CCF
Black with #AC5CCF
Text Example
Text Example
White with #AC5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CCF; }
p { color: rgb(172,92,207); }
H1.HeaderClassName
{
color: #AC5CCF;
}
.AnyTagClassName
{
color: #AC5CCF;
}
</style>
background-color css
<style>
a { background-color: #AC5CCF; }
a { background-color: rgb(172,92,207); }
div.DivClassName
{
background-color: #AC5CCF;
}
.BgClassName
{
background-color: #AC5CCF;
}
</style>
border-color css
<style>
span { border-color: #AC5CCF; }
span { border-color: rgb(172,92,207); }
td.TdClassName
{
border-color: #AC5CCF;
}
.TagClassName
{
border-color: #AC5CCF;
}
</style>