Shades of Medium Orchid #AC54CF
Tints of Medium Orchid #AC54CF
RGB
CMYK
RGB Variations
Color information
#AC54CF (or 0xAC54CF) is known color: Medium Orchid. HEX triplet: AC, 54 and CF. RGB value is (172,84,207). Sum of RGB (Red+Green+Blue) = 172+84+207=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC54CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54CF is #53AB30. Grayscale: #7B7B7B. Windows color (decimal): -5483313 or 13587628. OLE color: 13587628.
HSL color Cylindrical-coordinate representation of color #AC54CF: hue angle of 282.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC54CF is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 84 | 207 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.19 |
| HSL | 282.93º | 0.56% | 0.57% | - |
| HSV(B) | 282.93º | 0.59% | 0.81% | - |
| XYZ | 31.45 | 19.62 | 61.16 | - |
| YUV | 124.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 207 | 0.17 | 0.59 | 0 | 0.19 | 282.93 | 0.56 | 0.57 |
| Hex | AC | 54 | CF | 11 | 3B | 0 | 13 | 11B | 38 | 39 |
| Octal | 254 | 124 | 317 | 21 | 73 | 0 | 23 | 433 | 70 | 71 |
| Binary | 10101100 | 1010100 | 11001111 | 10001 | 111011 | 0 | 10011 | 100011011 | 111000 | 111001 |
Color Harmonies of #AC54CF
Complementary color
Monochromatic Colors of #AC54CF
Black with #AC54CF
Text Example
Text Example
White with #AC54CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54CF; }
p { color: rgb(172,84,207); }
H1.HeaderClassName
{
color: #AC54CF;
}
.AnyTagClassName
{
color: #AC54CF;
}
</style>
background-color css
<style>
a { background-color: #AC54CF; }
a { background-color: rgb(172,84,207); }
div.DivClassName
{
background-color: #AC54CF;
}
.BgClassName
{
background-color: #AC54CF;
}
</style>
border-color css
<style>
span { border-color: #AC54CF; }
span { border-color: rgb(172,84,207); }
td.TdClassName
{
border-color: #AC54CF;
}
.TagClassName
{
border-color: #AC54CF;
}
</style>