Shades of Medium Orchid #AC50CF
Tints of Medium Orchid #AC50CF
RGB
CMYK
RGB Variations
Color information
#AC50CF (or 0xAC50CF) is known color: Medium Orchid. HEX triplet: AC, 50 and CF. RGB value is (172,80,207). Sum of RGB (Red+Green+Blue) = 172+80+207=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50CF is #53AF30. Grayscale: #797979. Windows color (decimal): -5484337 or 13586604. OLE color: 13586604.
HSL color Cylindrical-coordinate representation of color #AC50CF: hue angle of 283.46º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC50CF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 80 | 207 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.19 |
| HSL | 283.46º | 0.57% | 0.56% | - |
| HSV(B) | 283.46º | 0.61% | 0.81% | - |
| XYZ | 31.14 | 19.01 | 61.06 | - |
| YUV | 121.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 207 | 0.17 | 0.61 | 0 | 0.19 | 283.46 | 0.57 | 0.56 |
| Hex | AC | 50 | CF | 11 | 3D | 0 | 13 | 11B | 39 | 38 |
| Octal | 254 | 120 | 317 | 21 | 75 | 0 | 23 | 433 | 71 | 70 |
| Binary | 10101100 | 1010000 | 11001111 | 10001 | 111101 | 0 | 10011 | 100011011 | 111001 | 111000 |
Color Harmonies of #AC50CF
Complementary color
Monochromatic Colors of #AC50CF
Black with #AC50CF
Text Example
Text Example
White with #AC50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50CF; }
p { color: rgb(172,80,207); }
H1.HeaderClassName
{
color: #AC50CF;
}
.AnyTagClassName
{
color: #AC50CF;
}
</style>
background-color css
<style>
a { background-color: #AC50CF; }
a { background-color: rgb(172,80,207); }
div.DivClassName
{
background-color: #AC50CF;
}
.BgClassName
{
background-color: #AC50CF;
}
</style>
border-color css
<style>
span { border-color: #AC50CF; }
span { border-color: rgb(172,80,207); }
td.TdClassName
{
border-color: #AC50CF;
}
.TagClassName
{
border-color: #AC50CF;
}
</style>